Nadaal commited on
Commit
e1d5bab
1 Parent(s): c54a95b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,4 +22,4 @@ outputs = gr.outputs.Textbox(label="Reply")
22
 
23
  gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
24
  description="Ask anything you want",
25
- theme="compact").launch(share=True)
 
22
 
23
  gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
24
  description="Ask anything you want",
25
+ theme="compact").launch(debug=True)