Update app.py
Browse files
app.py
CHANGED
@@ -54,5 +54,6 @@ demo = gr.ChatInterface(
|
|
54 |
|
55 |
if __name__ == "__main__":
|
56 |
print("Launching Gradio app...")
|
57 |
-
demo.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
58 |
|
|
|
54 |
|
55 |
if __name__ == "__main__":
|
56 |
print("Launching Gradio app...")
|
57 |
+
#demo.launch(server_name="0.0.0.0", server_port=7860)
|
58 |
+
demo.launch()
|
59 |
|