aeblymt commited on
Commit
abdd293
·
verified ·
1 Parent(s): d376753

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,4 +77,4 @@ interface = gr.ChatInterface(
77
 
78
  # ✅ Launch the Gradio Chatbot
79
  if __name__ == "__main__":
80
- interface.launch(server_name="0.0.0.0", server_port=7860)
 
77
 
78
  # ✅ Launch the Gradio Chatbot
79
  if __name__ == "__main__":
80
+ interface.launch(share=False, server_name="0.0.0.0", server_port=7860)