Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -109,9 +109,9 @@ def wait_on_run(client, thread, run):
|
|
109 |
run_id=run.id,
|
110 |
)
|
111 |
|
112 |
-
|
113 |
-
|
114 |
-
time.sleep(
|
115 |
|
116 |
show_json("run", run)
|
117 |
|
|
|
109 |
run_id=run.id,
|
110 |
)
|
111 |
|
112 |
+
show_json("run", run)
|
113 |
+
|
114 |
+
time.sleep(1)
|
115 |
|
116 |
show_json("run", run)
|
117 |
|