qdqd commited on
Commit
da76b68
·
verified ·
1 Parent(s): b3855d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,4 +112,4 @@ demo = gr.ChatInterface(
112
  )
113
 
114
  if __name__ == "__main__":
115
- demo.launch()
 
112
  )
113
 
114
  if __name__ == "__main__":
115
+ demo.launch(show_api=False, share=True)