Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
Browse files
app.py
CHANGED
@@ -359,6 +359,6 @@ with iface:
|
|
359 |
)
|
360 |
# <p>This demo is strictly for research demo purpose only. For commercial use please <a href="[email protected]">contact us</a>.</p>
|
361 |
|
362 |
-
iface.queue(
|
363 |
iface.launch(debug=True)
|
364 |
# iface.launch(debug=True, share=True)
|
|
|
359 |
)
|
360 |
# <p>This demo is strictly for research demo purpose only. For commercial use please <a href="[email protected]">contact us</a>.</p>
|
361 |
|
362 |
+
iface.queue(max_size=20)
|
363 |
iface.launch(debug=True)
|
364 |
# iface.launch(debug=True, share=True)
|