rossiter78 commited on
Commit
7ee27aa
·
verified ·
1 Parent(s): d71b891

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -67,9 +67,8 @@ demo = gr.ChatInterface(
67
  theme=gr.themes.Soft(),
68
  retry_btn=None,
69
  undo_btn=None,
70
- show_api=False, # Removes "Use via API"
71
  show_footer=False, # Removes "Built with Gradio" footer
72
  )
73
 
74
  if __name__ == "__main__":
75
- demo.launch()
 
67
  theme=gr.themes.Soft(),
68
  retry_btn=None,
69
  undo_btn=None,
 
70
  show_footer=False, # Removes "Built with Gradio" footer
71
  )
72
 
73
  if __name__ == "__main__":
74
+ demo.launch(show_api=False)