Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -329,6 +329,6 @@ with iface:
|
|
329 |
)
|
330 |
# <p>This demo is strictly for research demo purpose only. For commercial use please <a href="haoheliu@gmail.com">contact us</a>.</p>
|
331 |
|
332 |
-
iface.queue(concurrency_limit=10)
|
333 |
# iface.launch(debug=True)
|
334 |
iface.launch(debug=True, share=False)
|
|
|
329 |
)
|
330 |
# <p>This demo is strictly for research demo purpose only. For commercial use please <a href="haoheliu@gmail.com">contact us</a>.</p>
|
331 |
|
332 |
+
#iface.queue(concurrency_limit=10)
|
333 |
# iface.launch(debug=True)
|
334 |
iface.launch(debug=True, share=False)
|