andrejrad commited on
Commit
bf8afaf
·
verified ·
1 Parent(s): 6a4178d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -230,4 +230,4 @@ with gr.Blocks(theme=gr.themes.Soft(), analytics_enabled=False, title="Keyframe
230
 
231
  annotate_btn.click(on_submit, inputs=[image], outputs=[out_code, out_json, ok_flag])
232
 
233
- demo.queue(max_size=32, concurrency_count=1).launch()
 
230
 
231
  annotate_btn.click(on_submit, inputs=[image], outputs=[out_code, out_json, ok_flag])
232
 
233
+ demo.queue(max_size=32).launch()