Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -135,4 +135,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css=gr.themes.Soft()._get_theme_css()) as
|
|
135 |
clear.click(lambda: None, None, chatbot, queue=False)
|
136 |
|
137 |
if __name__ == "__main__":
|
138 |
-
demo.launch(
|
|
|
135 |
clear.click(lambda: None, None, chatbot, queue=False)
|
136 |
|
137 |
if __name__ == "__main__":
|
138 |
+
demo.launch(share=True, ssr_mode=False)
|