Spaces:
Runtime error
Runtime error
Commit
·
88b3475
1
Parent(s):
f4de1e8
Update app.py
Browse files
app.py
CHANGED
@@ -54,4 +54,4 @@ with gr.Blocks(css=css) as demo:
|
|
54 |
with gr.Tab("📈 信息 Info", elem_id="od-benchmark-tab-table"):
|
55 |
gr.Markdown(METRICS_TAB_TEXT, elem_classes="markdown-text")
|
56 |
|
57 |
-
demo.queue(max_size=20).launch(
|
|
|
54 |
with gr.Tab("📈 信息 Info", elem_id="od-benchmark-tab-table"):
|
55 |
gr.Markdown(METRICS_TAB_TEXT, elem_classes="markdown-text")
|
56 |
|
57 |
+
demo.queue(max_size=20).launch()
|