Spaces:
Runtime error
Runtime error
ryanzhangfan
commited on
Commit
•
123074d
1
Parent(s):
bad108e
change port
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
# Email : zhangfan@baai.ac.cn
|
7 |
# Institute : Beijing Academy of Artificial Intelligence (BAAI)
|
8 |
# Create On : 2023-12-11 15:34
|
9 |
-
# Last Modified : 2023-12-20 12:
|
10 |
# File Name : app.py
|
11 |
# Description :
|
12 |
#
|
@@ -24,7 +24,7 @@ parser.add_argument("--title", type=str, default='Emu')
|
|
24 |
parser.add_argument("--host", type=str, default="0.0.0.0")
|
25 |
parser.add_argument("--port", type=int, default=9002)
|
26 |
parser.add_argument("--share", action="store_true")
|
27 |
-
parser.add_argument("--controller-url", type=str, default="http://218.91.113.230:
|
28 |
parser.add_argument("--concurrency-count", type=int, default=2)
|
29 |
parser.add_argument("--disable-chat", action="store_true")
|
30 |
parser.add_argument("--disable-generate", action="store_true")
|
|
|
6 |
# Email : zhangfan@baai.ac.cn
|
7 |
# Institute : Beijing Academy of Artificial Intelligence (BAAI)
|
8 |
# Create On : 2023-12-11 15:34
|
9 |
+
# Last Modified : 2023-12-20 12:45
|
10 |
# File Name : app.py
|
11 |
# Description :
|
12 |
#
|
|
|
24 |
parser.add_argument("--host", type=str, default="0.0.0.0")
|
25 |
parser.add_argument("--port", type=int, default=9002)
|
26 |
parser.add_argument("--share", action="store_true")
|
27 |
+
parser.add_argument("--controller-url", type=str, default="http://218.91.113.230:9003")
|
28 |
parser.add_argument("--concurrency-count", type=int, default=2)
|
29 |
parser.add_argument("--disable-chat", action="store_true")
|
30 |
parser.add_argument("--disable-generate", action="store_true")
|