KeithCu commited on
Commit
f524636
1 Parent(s): 076eb03

need share=true now i guess.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)