Alass-ADS commited on
Commit
b8e9efe
·
1 Parent(s): c8ac1b1
Files changed (1) hide show
  1. app.py +3 -3
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
- # chat = gr.ChatInterface(predict_haystack).launch()
 
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()