Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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;
|