ironjr commited on
Commit
a1885eb
1 Parent(s): 66dbe1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1146,6 +1146,8 @@ async () => {{
1146
  if (imgSrc == imgSrcNew) {{
1147
  // Do nothing.
1148
  deadlineTextBegin();
 
 
1149
  }} else {{
1150
  // Running = True
1151
  state = true;
 
1146
  if (imgSrc == imgSrcNew) {{
1147
  // Do nothing.
1148
  deadlineTextBegin();
1149
+ gradioEl.querySelector('#progress-time-fill').style['animation-duration'] = 1000000 + 's';
1150
+ gradioEl.querySelector('#death-group').style['animation-duration'] = 1000000 + 's';
1151
  }} else {{
1152
  // Running = True
1153
  state = true;