Omnibus commited on
Commit
7b4c359
·
1 Parent(s): 931e770

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ examples =[
177
 
178
 
179
  app = gr.ChatInterface(
180
- fn=run,
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,