MatanKriel commited on
Commit
bc50f93
·
verified ·
1 Parent(s): 3e810e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(ssr_mode=False)
 
111
  btn_txt.click(search_by_text, inputs=txt_input, outputs=txt_gallery)
112
 
113
  # Launch (Disable SSR for stability)
114
+ demo.launch()