Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -284,6 +284,6 @@ with iface:
|
|
284 |
)
|
285 |
# <p>This demo is strictly for research demo purpose only. For commercial use please <a href="[email protected]">contact us</a>.</p>
|
286 |
|
287 |
-
iface.queue(concurrency_count=
|
288 |
iface.launch(debug=True)
|
289 |
# iface.launch(debug=True, share=True)
|
|
|
284 |
)
|
285 |
# <p>This demo is strictly for research demo purpose only. For commercial use please <a href="[email protected]">contact us</a>.</p>
|
286 |
|
287 |
+
iface.queue(concurrency_count=2)
|
288 |
iface.launch(debug=True)
|
289 |
# iface.launch(debug=True, share=True)
|