Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -485,9 +485,9 @@ chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=T
|
|
485 |
title="Mixtral 46.7B\nMicro-Agent\nInternet Search <br> development test",
|
486 |
examples=examples,
|
487 |
concurrency_limit=20,
|
488 |
-
gr.Blocks(
|
489 |
gr.HTML("""TEST""")
|
490 |
-
)
|
491 |
).launch()
|
492 |
|
493 |
'''
|
|
|
485 |
title="Mixtral 46.7B\nMicro-Agent\nInternet Search <br> development test",
|
486 |
examples=examples,
|
487 |
concurrency_limit=20,
|
488 |
+
with gr.Blocks() as ifacea:
|
489 |
gr.HTML("""TEST""")
|
490 |
+
ifacea.launch()
|
491 |
).launch()
|
492 |
|
493 |
'''
|