jonaschua commited on
Commit
5757838
·
verified ·
1 Parent(s): 4918f06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,5 +113,5 @@ demo = gr.ChatInterface(fn=bot_streaming,
113
  fill_height=True,
114
  multimodal=True)
115
 
116
- demo.launch(debug=True)
117
 
 
113
  fill_height=True,
114
  multimodal=True)
115
 
116
+ demo.launch(debug=True, share=True)
117