ar0551 commited on
Commit
ff60fa5
·
verified ·
1 Parent(s): 21ea286

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,4 +30,4 @@ gr.ChatInterface(
30
  title="Chatbot (CPU-Friendly)",
31
  theme="soft",
32
  examples=["What's Falcon?", "Tell me something about space.", "What is time travel?"]
33
- ).launch()
 
30
  title="Chatbot (CPU-Friendly)",
31
  theme="soft",
32
  examples=["What's Falcon?", "Tell me something about space.", "What is time travel?"]
33
+ ).launch(share=True)