Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -177,7 +177,7 @@ examples =[
|
|
| 177 |
|
| 178 |
|
| 179 |
app = gr.ChatInterface(
|
| 180 |
-
fn=
|
| 181 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
| 182 |
title="Mixtral 46.7B Powered <br> Search",
|
| 183 |
examples=examples,
|
|
|
|
| 177 |
|
| 178 |
|
| 179 |
app = gr.ChatInterface(
|
| 180 |
+
fn=summarize,
|
| 181 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
| 182 |
title="Mixtral 46.7B Powered <br> Search",
|
| 183 |
examples=examples,
|