gururise commited on
Commit
10895fa
·
1 Parent(s): d5f9f96
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -201,7 +201,7 @@ iface = gr.Interface(
201
  ],
202
  outputs=gr.Textbox(lines=25),
203
  examples=examples,
204
- )
205
 
206
  chatiface = gr.Interface(
207
  fn=chat,
 
201
  ],
202
  outputs=gr.Textbox(lines=25),
203
  examples=examples,
204
+ ).queue()
205
 
206
  chatiface = gr.Interface(
207
  fn=chat,