Update app.py
Browse files
app.py
CHANGED
|
@@ -73,4 +73,5 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", neutral_hue="slate")) as
|
|
| 73 |
gr.Markdown("### Powered by AMD MI300X\n- **SPINE:** 90.4% F1\n- **BRAIN:** 99.1% F1\n- **Latency:** <25ms on ROCm 7.0")
|
| 74 |
|
| 75 |
# Hugging Face MUST have server_name="0.0.0.0" and server_port=7860
|
| 76 |
-
|
|
|
|
|
|
| 73 |
gr.Markdown("### Powered by AMD MI300X\n- **SPINE:** 90.4% F1\n- **BRAIN:** 99.1% F1\n- **Latency:** <25ms on ROCm 7.0")
|
| 74 |
|
| 75 |
# Hugging Face MUST have server_name="0.0.0.0" and server_port=7860
|
| 76 |
+
# Enabling queue() helps Gradio handle the Hugging Face proxy better
|
| 77 |
+
demo.queue().launch()
|