Spaces:
Runtime error
Runtime error
ffreemt
commited on
Commit
·
7095ec2
1
Parent(s):
0a78c04
Fix divide by zero
Browse files
app.py
CHANGED
@@ -172,6 +172,7 @@ def bot(history):
|
|
172 |
)
|
173 |
else:
|
174 |
_ = (
|
|
|
175 |
f"(time elapsed: {atime.duration_human})" # type: ignore
|
176 |
)
|
177 |
|
|
|
172 |
)
|
173 |
else:
|
174 |
_ = (
|
175 |
+
"bummer...nothing generated "
|
176 |
f"(time elapsed: {atime.duration_human})" # type: ignore
|
177 |
)
|
178 |
|