Pavithiran commited on
Commit
7173c28
·
verified ·
1 Parent(s): 9bc1eda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -183,4 +183,5 @@ with gr.Blocks(title="Multimodal AI Chat") as demo:
183
  [chatbot, chatbot]
184
  )
185
 
186
- demo.launch(server_name="127.0.0.1", server_port=7860)
 
 
183
  [chatbot, chatbot]
184
  )
185
 
186
+ if __name__ == "__main__":
187
+ demo.launch()