Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
|
|
|
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()
|