rlpeter70 commited on
Commit
3cb69c1
·
1 Parent(s): bcb02d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ async def main(message: cl.Message):
47
 
48
  # Do some raqa stuff
49
  #msg = cl.Message(content=message.content)
50
- msg = cl.Message(content=retrieval_augmented_qa_pipeline.run_pipeline())
51
 
52
  # Send and close the message stream
53
  await msg.send()
 
47
 
48
  # Do some raqa stuff
49
  #msg = cl.Message(content=message.content)
50
+ msg = retrieval_augmented_qa_pipeline.run_pipeline(cl.Message(content=message.content))
51
 
52
  # Send and close the message stream
53
  await msg.send()