R-001 commited on
Commit
6a14639
1 Parent(s): 444b58a

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