Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -453,7 +453,7 @@ with demo:
|
|
| 453 |
tab_names=["Audio", "Video", "YouTube"]
|
| 454 |
)
|
| 455 |
with gr.Group():
|
| 456 |
-
sys_status_output = gr.Markdown(value=refresh_status, label="System Status", container=True, line_breaks=True, show_copy_button=True, every=
|
| 457 |
refresh_button = gr.Button("Refresh System Status")
|
| 458 |
refresh_button.click(refresh_status, None, sys_status_output)
|
| 459 |
sys_status_output.value = refresh_status()
|
|
|
|
| 453 |
tab_names=["Audio", "Video", "YouTube"]
|
| 454 |
)
|
| 455 |
with gr.Group():
|
| 456 |
+
sys_status_output = gr.Markdown(value=refresh_status, label="System Status", container=True, line_breaks=True, show_copy_button=True, every=30)
|
| 457 |
refresh_button = gr.Button("Refresh System Status")
|
| 458 |
refresh_button.click(refresh_status, None, sys_status_output)
|
| 459 |
sys_status_output.value = refresh_status()
|