thebetterindia commited on
Commit
221beb1
1 Parent(s): 2078f78

Update app.py

Browse files

Removed share option in launch

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="The Better AI",
24
  description="Ask anything you want",
25
- theme="compact").launch(share=True)
 
22
 
23
  gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="The Better AI",
24
  description="Ask anything you want",
25
+ theme="compact").launch()