Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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()
|
|
|
|
|
|