neotas commited on
Commit
7dccc74
1 Parent(s): 238c98f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,4 +29,4 @@ outputs = gr.outputs.Textbox(label="Reply")
29
 
30
  gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="chatbot",
31
  description="Ask anything you want",
32
- theme="compact").launch(share=True)
 
29
 
30
  gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="chatbot",
31
  description="Ask anything you want",
32
+ theme="compact").launch()