Update app.py
Browse files
app.py
CHANGED
|
@@ -144,7 +144,7 @@ chatbot = gr.Chatbot()
|
|
| 144 |
|
| 145 |
with gr.Blocks(theme="soft") as demo:
|
| 146 |
gr.ChatInterface(
|
| 147 |
-
fn =
|
| 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,
|