Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -182,7 +182,8 @@ examples =[
|
|
| 182 |
app = gr.ChatInterface(
|
| 183 |
fn=summarize,
|
| 184 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
| 185 |
-
title="
|
|
|
|
| 186 |
examples=examples,
|
| 187 |
concurrency_limit=20,
|
| 188 |
)
|
|
|
|
| 182 |
app = gr.ChatInterface(
|
| 183 |
fn=summarize,
|
| 184 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
| 185 |
+
title="<center>Mixtral 8x7B TLDR",
|
| 186 |
+
description="<center>Summarize Lengthy data with<br>Mixtral 8x7B",
|
| 187 |
examples=examples,
|
| 188 |
concurrency_limit=20,
|
| 189 |
)
|