Spaces:
Paused
Paused
llm-wizard
commited on
Commit
•
64ddc16
1
Parent(s):
1fe8ce1
Update app.py
Browse files
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()
|