nostalgebraist commited on
Commit
9b50001
·
1 Parent(s): a6c99b8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,7 +179,7 @@ if button_go:
179
  st.write(f'{prefix} | {count:02d} / {total} frames | {rate:.2f} seconds/frame')
180
 
181
  if button_stop:
182
- log('gen stopped', st_state))
183
  break
184
 
185
  with generating_marker.container():
 
179
  st.write(f'{prefix} | {count:02d} / {total} frames | {rate:.2f} seconds/frame')
180
 
181
  if button_stop:
182
+ log('gen stopped', st_state)
183
  break
184
 
185
  with generating_marker.container():