Cheselle commited on
Commit
8c5aefd
1 Parent(s): 3e64eb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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