LittleMonkeyLab commited on
Commit
53f41eb
·
verified ·
1 Parent(s): 2dcf435

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ def chat(message, history):
15
  demo = gr.ChatInterface(fn=chat, title="Simple Chat")
16
 
17
  if __name__ == "__main__":
18
- demo.launch(server_name="0.0.0.0", server_port=7860)
 
15
  demo = gr.ChatInterface(fn=chat, title="Simple Chat")
16
 
17
  if __name__ == "__main__":
18
+ demo.launch(server_name="0.0.0.0", server_port=7860, show_api=False)