wzhouxiff commited on
Commit
c942053
1 Parent(s): dd68660

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -196,4 +196,6 @@ demo = gr.Interface(
196
  title=title,
197
  description=description,
198
  article=article,
199
- )
 
 
 
196
  title=title,
197
  description=description,
198
  article=article,
199
+ )
200
+
201
+ demo.queue(max_size=20).launch()