Spaces:
Sleeping
Sleeping
update54
Browse files
app.py
CHANGED
@@ -680,7 +680,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
680 |
with gr.Row():
|
681 |
with gr.Column(scale=3):
|
682 |
# Queue status info card
|
683 |
-
queue_info_html = gr.HTML(
|
684 |
refresh_queue_btn = gr.Button("Refresh Queue Status", variant="primary")
|
685 |
|
686 |
# Hidden API interface components
|
|
|
680 |
with gr.Row():
|
681 |
with gr.Column(scale=3):
|
682 |
# Queue status info card
|
683 |
+
queue_info_html = gr.HTML(ui_get_queue_info())
|
684 |
refresh_queue_btn = gr.Button("Refresh Queue Status", variant="primary")
|
685 |
|
686 |
# Hidden API interface components
|