fedorajuandy commited on
Commit
740b9f3
1 Parent(s): ede78a7

readd queue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,4 +29,4 @@ with gradio.Blocks() as block:
29
 
30
  # Use 'queue' if the inference's time > 60s
31
  # Use 'share' for more than one user usage
32
- block.launch()
 
29
 
30
  # Use 'queue' if the inference's time > 60s
31
  # Use 'share' for more than one user usage
32
+ block.queue().launch()