orrinin commited on
Commit
62fd8b9
·
verified ·
1 Parent(s): a710661

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ chatbot = gr.Chatbot()
144
 
145
  with gr.Blocks(theme="soft") as demo:
146
  gr.ChatInterface(
147
- fn = ask_mistral,
148
  title = "RAG demo",
149
  multimodal = True,
150
  chatbot=chatbot,
 
144
 
145
  with gr.Blocks(theme="soft") as demo:
146
  gr.ChatInterface(
147
+ fn = infer,
148
  title = "RAG demo",
149
  multimodal = True,
150
  chatbot=chatbot,