Spaces:
No application file
No application file
Update app.py
Browse files
app.py
CHANGED
|
@@ -137,3 +137,6 @@ async def on_message(message: cl.Message):
|
|
| 137 |
await msg.stream_token(chunk.content)
|
| 138 |
|
| 139 |
await msg.send()
|
|
|
|
|
|
|
|
|
|
|
|
| 137 |
await msg.stream_token(chunk.content)
|
| 138 |
|
| 139 |
await msg.send()
|
| 140 |
+
|
| 141 |
+
if __name__ == "__main__":
|
| 142 |
+
app.run() # or demo.launch() for Gradio apps
|