Spaces:
Runtime error
Runtime error
pengdaqian
commited on
Commit
·
8369427
1
Parent(s):
00c92ee
fix more
Browse files
app.py
CHANGED
|
@@ -487,6 +487,6 @@ with block:
|
|
| 487 |
block.queue(concurrency_count=80,
|
| 488 |
max_size=100).launch(
|
| 489 |
max_threads=150,
|
| 490 |
-
server_port=6006,
|
| 491 |
-
share=True,
|
| 492 |
)
|
|
|
|
| 487 |
block.queue(concurrency_count=80,
|
| 488 |
max_size=100).launch(
|
| 489 |
max_threads=150,
|
| 490 |
+
# server_port=6006,
|
| 491 |
+
# share=True,
|
| 492 |
)
|