Gregor commited on
Commit
cf4b92c
·
verified ·
1 Parent(s): f3c21b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,4 +90,4 @@ demo = gr.ChatInterface(fn=bot_streaming, title="Centurio Demo",
90
  multimodal=True,
91
  fill_height=True,
92
  )
93
- demo.launch()
 
90
  multimodal=True,
91
  fill_height=True,
92
  )
93
+ demo.launch(share=True)