aiqcamp commited on
Commit
90b972b
·
verified ·
1 Parent(s): c4507be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -258,8 +258,7 @@ for ex_human in human_list_path:
258
  human_ex_list.append(ex_dict)
259
 
260
 
261
-
262
- image_blocks = gr.Blocks(theme="Nymbo/Nymbo_Theme").queue()
263
  with image_blocks as demo:
264
 
265
  with gr.Column():
 
258
  human_ex_list.append(ex_dict)
259
 
260
 
261
+ image_blocks = gr.Blocks(theme="Nymbo/Nymbo_Theme").queue(max_size=12)
 
262
  with image_blocks as demo:
263
 
264
  with gr.Column():