yandricr commited on
Commit
72006f3
1 Parent(s): 79b18b1
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -144,6 +144,7 @@ with gr.Blocks() as demo:
144
  msg.submit(user_msg, inputs=[msg, chatbot], outputs=[msg, chatbot], queue=True).then(
145
  strm_message, [chatbot, radio, drp], chatbot
146
  )
 
147
 
148
  demo.queue()
149
  if __name__ == "__main__":
 
144
  msg.submit(user_msg, inputs=[msg, chatbot], outputs=[msg, chatbot], queue=True).then(
145
  strm_message, [chatbot, radio, drp], chatbot
146
  )
147
+
148
 
149
  demo.queue()
150
  if __name__ == "__main__":