Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -92,5 +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(
|
96 |
|
|
|
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(share=True)
|
96 |
|