acecalisto3 commited on
Commit
6cc42f1
·
verified ·
1 Parent(s): 303a80b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -905,4 +905,4 @@ with gr.Blocks(css=css) as demo:
905
  yield {search_page: gr.Column(visible=True)}
906
 
907
 
908
- demo.launch()
 
905
  yield {search_page: gr.Column(visible=True)}
906
 
907
 
908
+ demo.launch(ssr_mode=False)()