Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -111,4 +111,4 @@ with gr.Blocks(title="Food Matcher AI") as demo:
|
|
| 111 |
btn_txt.click(search_by_text, inputs=txt_input, outputs=txt_gallery)
|
| 112 |
|
| 113 |
# Launch (Disable SSR for stability)
|
| 114 |
-
demo.launch(
|
|
|
|
| 111 |
btn_txt.click(search_by_text, inputs=txt_input, outputs=txt_gallery)
|
| 112 |
|
| 113 |
# Launch (Disable SSR for stability)
|
| 114 |
+
demo.launch()
|