Update app.py
Browse files
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)
|