Spaces:
Sleeping
Sleeping
need share=true now i guess.
Browse files
app.py
CHANGED
@@ -81,4 +81,4 @@ textbox_preview = gr.Textbox(scale=7, container=False, value=EXAMPLE_INPUT)
|
|
81 |
|
82 |
demo = gr.ChatInterface(test_preview_chatbot, chatbot=chatbot_preview, textbox=textbox_preview)
|
83 |
|
84 |
-
demo.launch()
|
|
|
81 |
|
82 |
demo = gr.ChatInterface(test_preview_chatbot, chatbot=chatbot_preview, textbox=textbox_preview)
|
83 |
|
84 |
+
demo.launch(share=True)
|