Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -361,10 +361,10 @@ examples=[["Based on previous interactions, generate an interactive preview of t
|
|
361 |
|
362 |
gr.ChatInterface(
|
363 |
fn=run,
|
364 |
-
title="""Fragmixt
|
365 |
examples=examples,
|
366 |
concurrency_limit=20,
|
367 |
-
|
368 |
def main():
|
369 |
with gr.Blocks() as iface:
|
370 |
# your code here
|
|
|
361 |
|
362 |
gr.ChatInterface(
|
363 |
fn=run,
|
364 |
+
title="""Fragmixt || Agents With Agents || Surf With a Purpose""",
|
365 |
examples=examples,
|
366 |
concurrency_limit=20,
|
367 |
+
),
|
368 |
def main():
|
369 |
with gr.Blocks() as iface:
|
370 |
# your code here
|