TuringsSolutions commited on
Commit
2f49594
·
verified ·
1 Parent(s): c9345de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,4 +138,4 @@ iface = gr.Interface(
138
  description="Enter the API URL, API Key (Optional), number of agents, and number of API calls. The results will be plotted in a pentagonal pattern with mirrored points."
139
  )
140
 
141
- iface.launch()
 
138
  description="Enter the API URL, API Key (Optional), number of agents, and number of API calls. The results will be plotted in a pentagonal pattern with mirrored points."
139
  )
140
 
141
+ iface.launch(share=True)