fix
Browse files
app.py
CHANGED
|
@@ -330,6 +330,6 @@ def embed_model():
|
|
| 330 |
|
| 331 |
return rag_pipeline, messages
|
| 332 |
|
| 333 |
-
pipeline, messages = embed_model()
|
| 334 |
-
chat = gr.ChatInterface(predict_haystack_rag).launch()
|
| 335 |
-
|
|
|
|
| 330 |
|
| 331 |
return rag_pipeline, messages
|
| 332 |
|
| 333 |
+
# pipeline, messages = embed_model()
|
| 334 |
+
# chat = gr.ChatInterface(predict_haystack_rag).launch()
|
| 335 |
+
chat = gr.ChatInterface(predict_haystack).launch()
|