kingabzpro commited on
Commit
e12bcd8
·
1 Parent(s): b5f7da3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,4 +83,4 @@ gr.ChatInterface(predict,
83
  cache_examples=True,
84
  theme='gstaff/xkcd',
85
  chatbot=gr.Chatbot(height=300),
86
- textbox=gr.Textbox(placeholder="Chat with me")).queue().launch(share=False, debug=True)
 
83
  cache_examples=True,
84
  theme='gstaff/xkcd',
85
  chatbot=gr.Chatbot(height=300),
86
+ textbox=gr.Textbox(placeholder="Chat with me")).queue().launch()