Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -367,8 +367,6 @@ gr.ChatInterface(
|
|
367 |
concurrency_limit=20,
|
368 |
with gr.Blocks() as ifacea:
|
369 |
gr.HTML("""TEST""")
|
370 |
-
ifacea.launch()
|
371 |
-
).launch()
|
372 |
with gr.Blocks() as iface:
|
373 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
374 |
chatbot=gr.Chatbot()
|
|
|
367 |
concurrency_limit=20,
|
368 |
with gr.Blocks() as ifacea:
|
369 |
gr.HTML("""TEST""")
|
|
|
|
|
370 |
with gr.Blocks() as iface:
|
371 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
372 |
chatbot=gr.Chatbot()
|