Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|