ShermanAI commited on
Commit
b2c9dca
·
1 Parent(s): 9bf88b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,4 +39,4 @@ examples = [
39
  ["Is my personal information and data safe when I use the ChatSherman chatbot?", []],
40
  ["What are some common applications of deep learning in engineering?", []]
41
  ]
42
- gr.ChatInterface(predict, title=title, description=description, examples=examples).queue().launch(share=True, debug=True)
 
39
  ["Is my personal information and data safe when I use the ChatSherman chatbot?", []],
40
  ["What are some common applications of deep learning in engineering?", []]
41
  ]
42
+ gr.ChatInterface(predict, title=title, description=description, examples=examples).queue().launch(debug=True)