Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -71,6 +71,6 @@ iface = gr.Interface(
|
|
71 |
description=img_html,
|
72 |
css="custom.css" # Link to the custom CSS file
|
73 |
)
|
74 |
-
|
75 |
|
76 |
|
|
|
71 |
description=img_html,
|
72 |
css="custom.css" # Link to the custom CSS file
|
73 |
)
|
74 |
+
demo.queue(max_size=99, concurrency_count=40).launch(debug=True)
|
75 |
|
76 |
|