Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -92,4 +92,5 @@ iface = gr.Interface(
|
|
92 |
description="Enter a debate topic and let two AI assistants argue, with a third AI model acting as a judge."
|
93 |
)
|
94 |
|
95 |
-
iface.launch()
|
|
|
|
92 |
description="Enter a debate topic and let two AI assistants argue, with a third AI model acting as a judge."
|
93 |
)
|
94 |
|
95 |
+
iface.launch(server_name="0.0.0.0", server_port=7860, share=True)
|
96 |
+
|