darkc0de commited on
Commit
fe1e99f
·
verified ·
1 Parent(s): 37eafdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,4 +40,4 @@ demo = gr.ChatInterface(
40
  )
41
 
42
  if __name__ == "__main__":
43
- demo.launch()
 
40
  )
41
 
42
  if __name__ == "__main__":
43
+ demo.launch(show_api=False, show_tips=False, share=False)