Update app.py
Browse files
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)
|