Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -153,4 +153,4 @@ interface = gr.Interface(
|
|
153 |
title="Clothing Segmentation API"
|
154 |
)
|
155 |
|
156 |
-
interface.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
153 |
title="Clothing Segmentation API"
|
154 |
)
|
155 |
|
156 |
+
interface.queue(max_size=20).launch(server_name="0.0.0.0", server_port=7860)
|