Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -441,7 +441,7 @@ with demo:
|
|
441 |
tab_names=["Audio", "Video", "YouTube"]
|
442 |
)
|
443 |
with gr.Group():
|
444 |
-
sys_status_output = gr.Markdown(label="System Status"
|
445 |
refresh_button = gr.Button("Refresh System Status")
|
446 |
refresh_button.click(refresh_status, None, sys_status_output)
|
447 |
|
|
|
441 |
tab_names=["Audio", "Video", "YouTube"]
|
442 |
)
|
443 |
with gr.Group():
|
444 |
+
sys_status_output = gr.Markdown(label="System Status")
|
445 |
refresh_button = gr.Button("Refresh System Status")
|
446 |
refresh_button.click(refresh_status, None, sys_status_output)
|
447 |
|