Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -365,5 +365,5 @@ title="""Fragmixt\nAgents With Agents,\nSurf With a Purpose""",
|
|
| 365 |
examples=examples,
|
| 366 |
concurrency_limit=20,
|
| 367 |
with gr.Blocks() as iface:
|
| 368 |
-
iface.launch()
|
| 369 |
)
|
|
|
|
| 365 |
examples=examples,
|
| 366 |
concurrency_limit=20,
|
| 367 |
with gr.Blocks() as iface:
|
| 368 |
+
iface.launch()
|
| 369 |
)
|