Spaces:
Starting
on
A10G
Starting
on
A10G
haoheliu
commited on
Commit
•
8f84458
1
Parent(s):
ea270ed
first commit
Browse files
app.py
CHANGED
@@ -357,5 +357,5 @@ with iface:
|
|
357 |
# <p>This demo is strictly for research demo purpose only. For commercial use please <a href="haoheliu@gmail.com">contact us</a>.</p>
|
358 |
|
359 |
iface.queue(concurrency_count=3)
|
360 |
-
|
361 |
-
iface.launch(debug=True, share=True)
|
|
|
357 |
# <p>This demo is strictly for research demo purpose only. For commercial use please <a href="haoheliu@gmail.com">contact us</a>.</p>
|
358 |
|
359 |
iface.queue(concurrency_count=3)
|
360 |
+
iface.launch(debug=True)
|
361 |
+
# iface.launch(debug=True, share=True)
|