Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -637,6 +637,7 @@ HTML = r"""<!DOCTYPE html>
|
|
| 637 |
this.loopCount = data.loop_count || 0;
|
| 638 |
|
| 639 |
if (data.status === 'running' || data.status === 'pending') {
|
|
|
|
| 640 |
this._pollJob(jobId, interval);
|
| 641 |
return;
|
| 642 |
}
|
|
|
|
| 637 |
this.loopCount = data.loop_count || 0;
|
| 638 |
|
| 639 |
if (data.status === 'running' || data.status === 'pending') {
|
| 640 |
+
this.isProcessing = true;
|
| 641 |
this._pollJob(jobId, interval);
|
| 642 |
return;
|
| 643 |
}
|