Gregor commited on
Commit
86ec42e
·
verified ·
1 Parent(s): 20f9209

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(debug=True, share=True)
 
90
  multimodal=True,
91
  fill_height=True,
92
  )
93
+ demo.launch()