itacaiunas commited on
Commit
2bf6b48
1 Parent(s): 7402532

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,5 +77,5 @@ chatbot_preview = gr.Chatbot(layout="panel", value=[(None, welcome_preview_messa
77
  textbox_preview = gr.Textbox(scale=7, container=False, value=EXAMPLE_INPUT)
78
 
79
  demo = gr.ChatInterface(test_preview_chatbot, chatbot=chatbot_preview, textbox=textbox_preview)
80
- demo.launch(share=True)
81
  demo.queue().launch(show_api=False)
 
77
  textbox_preview = gr.Textbox(scale=7, container=False, value=EXAMPLE_INPUT)
78
 
79
  demo = gr.ChatInterface(test_preview_chatbot, chatbot=chatbot_preview, textbox=textbox_preview)
80
+
81
  demo.queue().launch(show_api=False)