HaoMingSun commited on
Commit
36786f5
·
verified ·
1 Parent(s): d8ba4e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,4 +46,4 @@ outputs = [gr.components.Textbox(label="Reply"), gr.components.State()]
46
 
47
  gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
48
  description="Ask anything you want",
49
- theme="Default").launch()
 
46
 
47
  gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
48
  description="Ask anything you want",
49
+ theme="Default").launch(share=True)