AP123 commited on
Commit
3d77d68
1 Parent(s): 4befe81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -59,4 +59,5 @@ demo = gr.Interface(
59
  description="All you need to do is upload an image. Please use responsibly. Please follow me on Twitter if you like this space: https://twitter.com/angrypenguinPNG. Idea from Yacine, please give him a follow: https://twitter.com/yacineMTB.",
60
  )
61
 
62
- demo.launch()
 
 
59
  description="All you need to do is upload an image. Please use responsibly. Please follow me on Twitter if you like this space: https://twitter.com/angrypenguinPNG. Idea from Yacine, please give him a follow: https://twitter.com/yacineMTB.",
60
  )
61
 
62
+ demo.queue(max_size=20) # Configures the queue with a maximum size of 20
63
+ demo.launch()