Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -59,6 +59,6 @@ demo = gr.ChatInterface(
|
|
59 |
],
|
60 |
)
|
61 |
|
62 |
-
|
63 |
if __name__ == "__main__":
|
64 |
-
|
|
|
59 |
],
|
60 |
)
|
61 |
|
62 |
+
###updated 2.27.2025 to go public###
|
63 |
if __name__ == "__main__":
|
64 |
+
iface.launch(server_name="0.0.0.0", server_port=7860, share=True)
|