kingabzpro commited on
Commit
2e63611
·
1 Parent(s): f236cfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,4 +79,4 @@ examples = ["How are you?","What is love?"]
79
  gr.ChatInterface(predict,
80
  title=title,
81
  description=description,
82
- theme='gstaff/xkcd').queue().launch()
 
79
  gr.ChatInterface(predict,
80
  title=title,
81
  description=description,
82
+ theme='gstaff/xkcd').queue().launch(share=False, debug=True)