rakeshjv2000 commited on
Commit
2135de6
·
verified ·
1 Parent(s): f3dc551

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -327,4 +327,4 @@ with gr.Blocks() as demo:
327
  .then(run_search, inputs=[query, category, tone, top_k], outputs=results)
328
 
329
  if __name__ == "__main__":
330
- demo.launch(server_name="0.0.0.0", server_port=7860, theme=gr.themes.Glass(), css=CSS)
 
327
  .then(run_search, inputs=[query, category, tone, top_k], outputs=results)
328
 
329
  if __name__ == "__main__":
330
+ demo.launch(server_name="0.0.0.0", server_port=7860, theme=gr.themes.Glass(), css=CSS, ssr_mode=False)