Update app.py
Browse files
app.py
CHANGED
|
@@ -235,5 +235,4 @@ with iface:
|
|
| 235 |
# <p>This demo is strictly for research demo purpose only. For commercial use please <a href="haoheliu@gmail.com">contact us</a>.</p>
|
| 236 |
|
| 237 |
iface.queue(concurrency_count = 3)
|
| 238 |
-
iface.launch(debug=True)
|
| 239 |
-
# iface.launch(debug=True, share=True)
|
|
|
|
| 235 |
# <p>This demo is strictly for research demo purpose only. For commercial use please <a href="haoheliu@gmail.com">contact us</a>.</p>
|
| 236 |
|
| 237 |
iface.queue(concurrency_count = 3)
|
| 238 |
+
iface.launch(debug=True, share=True)
|
|
|