Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -453,14 +453,13 @@ examples =[
|
|
| 453 |
]
|
| 454 |
|
| 455 |
|
| 456 |
-
|
| 457 |
fn=run,
|
| 458 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
| 459 |
title="Mixtral 46.7B Powered <br> Search",
|
| 460 |
examples=examples,
|
| 461 |
concurrency_limit=20,
|
| 462 |
-
)
|
| 463 |
-
app.launch(server_port=7861)
|
| 464 |
'''
|
| 465 |
with gr.Blocks() as app:
|
| 466 |
with gr.Row():
|
|
|
|
| 453 |
]
|
| 454 |
|
| 455 |
|
| 456 |
+
gr.ChatInterface(
|
| 457 |
fn=run,
|
| 458 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
| 459 |
title="Mixtral 46.7B Powered <br> Search",
|
| 460 |
examples=examples,
|
| 461 |
concurrency_limit=20,
|
| 462 |
+
).launch()
|
|
|
|
| 463 |
'''
|
| 464 |
with gr.Blocks() as app:
|
| 465 |
with gr.Row():
|