Spaces:
Sleeping
Sleeping
Commit
·
86ec81b
1
Parent(s):
97b8d88
Render url update
Browse files
ui.py
CHANGED
@@ -377,7 +377,7 @@ def build_ui():
|
|
377 |
except Exception as e:
|
378 |
return f"Connection error: {str(e)}"
|
379 |
|
380 |
-
status_timer = gr.Timer(
|
381 |
|
382 |
return demo
|
383 |
|
|
|
377 |
except Exception as e:
|
378 |
return f"Connection error: {str(e)}"
|
379 |
|
380 |
+
status_timer = gr.Timer(every=5, function=get_status, outputs=status_output)
|
381 |
|
382 |
return demo
|
383 |
|