Severian commited on
Commit
f530d10
·
1 Parent(s): 273bf45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,4 +94,4 @@ demo = gr.ChatInterface(
94
  clear_btn="Start Over",
95
  css=css # Apply the custom CSS defined above
96
  )
97
- demo.launch()
 
94
  clear_btn="Start Over",
95
  css=css # Apply the custom CSS defined above
96
  )
97
+ demo.launch(share=True)