Spaces:
Runtime error
Runtime error
Update chain_app.py
Browse files- chain_app.py +2 -2
chain_app.py
CHANGED
@@ -2079,8 +2079,8 @@ async def main(message: cl.Message):
|
|
2079 |
|
2080 |
elif chat_profile == "Dorna-AI":
|
2081 |
stream_list = []
|
2082 |
-
|
2083 |
-
|
2084 |
for res in hf_text_client.predict(
|
2085 |
message=message.content,
|
2086 |
request=f"You are neural nexus official chatbot, you are made by Artin Daneshvar and Sadra Noadoust and you are here to help people",
|
|
|
2079 |
|
2080 |
elif chat_profile == "Dorna-AI":
|
2081 |
stream_list = []
|
2082 |
+
msg = cl.Message(content="")
|
2083 |
+
await msg.send()
|
2084 |
for res in hf_text_client.predict(
|
2085 |
message=message.content,
|
2086 |
request=f"You are neural nexus official chatbot, you are made by Artin Daneshvar and Sadra Noadoust and you are here to help people",
|