llm-wizard commited on
Commit
64ddc16
1 Parent(s): 1fe8ce1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ async def main(message: cl.Message):
45
  }
46
  })
47
 
48
- msg = cl.Message(content=output)
49
 
50
  # Send and close the message stream
51
  await msg.send()
 
45
  }
46
  })
47
 
48
+ msg = cl.Message(content=output[0]["generated_text"])
49
 
50
  # Send and close the message stream
51
  await msg.send()