joeli88 commited on
Commit
65af713
1 Parent(s): 28c4f5d

Update app.py

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