Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ with gr.Blocks() as demo:
|
|
71 |
import time
|
72 |
import subprocess
|
73 |
|
74 |
-
MAX_TIME =
|
75 |
cur_time = 0
|
76 |
|
77 |
while cur_time < MAX_TIME:
|
|
|
71 |
import time
|
72 |
import subprocess
|
73 |
|
74 |
+
MAX_TIME = 100
|
75 |
cur_time = 0
|
76 |
|
77 |
while cur_time < MAX_TIME:
|