fedorajuandy commited on
Commit
ede78a7
1 Parent(s): 9b3a492
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.queue().launch()
 
29
 
30
  # Use 'queue' if the inference's time > 60s
31
  # Use 'share' for more than one user usage
32
+ block.launch()