shenyunhang commited on
Commit
54658f2
·
verified ·
1 Parent(s): 781949e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -997,7 +997,4 @@ with gr.Blocks(title=model_name_or_path.split('/')[-1] + "🔥🚀🔥", theme=g
997
  bot_msg = chat_msg.then(bot, chatbot, chatbot, api_name="bot_response")
998
  bot_msg.then(lambda: gr.MultimodalTextbox(interactive=True), None, [chat_input])
999
 
1000
- demo.launch(
1001
- server_port=8501,
1002
- server_name="0.0.0.0",
1003
- )
 
997
  bot_msg = chat_msg.then(bot, chatbot, chatbot, api_name="bot_response")
998
  bot_msg.then(lambda: gr.MultimodalTextbox(interactive=True), None, [chat_input])
999
 
1000
+ demo.launch()