ffreemt commited on
Commit
7095ec2
1 Parent(s): 0a78c04

Fix divide by zero

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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