Spaces:
Sleeping
Sleeping
Commit ·
dd2016a
1
Parent(s): 43e6f31
🛠️ Update app.py - fix logic gọi API mới
Browse files
app.py
CHANGED
|
@@ -106,4 +106,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 106 |
)
|
| 107 |
|
| 108 |
# Run Gradio with share=True to get a gradio.live link
|
| 109 |
-
demo.queue().launch(
|
|
|
|
| 106 |
)
|
| 107 |
|
| 108 |
# Run Gradio with share=True to get a gradio.live link
|
| 109 |
+
demo.queue().launch()
|