shivanksharma commited on
Commit
f6d7cd2
·
verified ·
1 Parent(s): 9d38e7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
+