Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -361,7 +361,7 @@ examples=[["What are the biggest news stories today?", None, None, None, None, N
|
|
361 |
|
362 |
gr.ChatInterface(
|
363 |
fn=run,
|
364 |
-
title="""Fragmixt
|
365 |
examples=examples,
|
366 |
concurrency_limit=20,
|
367 |
with gr.Blocks() as ifacea:
|
|
|
361 |
|
362 |
gr.ChatInterface(
|
363 |
fn=run,
|
364 |
+
title="""Fragmixt: Autonomous Agents With Agents...Surf With a Purpose!""",
|
365 |
examples=examples,
|
366 |
concurrency_limit=20,
|
367 |
with gr.Blocks() as ifacea:
|