Pulkit-exe commited on
Commit
3879143
·
verified ·
1 Parent(s): a1f2cae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,4 +135,4 @@ with gr.Blocks() as demo:
135
  gr.Markdown(intro_content) # Display introductory content
136
  chatbot = gr.ChatInterface(predict, type="messages") # Chat interface
137
 
138
- demo.launch(share=False)
 
135
  gr.Markdown(intro_content) # Display introductory content
136
  chatbot = gr.ChatInterface(predict, type="messages") # Chat interface
137
 
138
+ demo.launch(share=False, ssr_mode=False)