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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(server_name="0.0.0.0", server_port=7860, share=True)
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