Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -376,7 +376,7 @@ def main():
|
|
376 |
parser.add_argument("--precision", default="bf16", choices=["bf16", "fp32"])
|
377 |
parser.add_argument("--hf_token", type=str, default=None, help="huggingface read token for accessing gated repo.")
|
378 |
parser.add_argument("--res", type=int, default=1024, choices=[256, 512, 1024])
|
379 |
-
parser.add_argument("--port", type=int, default=
|
380 |
|
381 |
parse_transport_args(parser)
|
382 |
parse_ode_args(parser)
|
|
|
376 |
parser.add_argument("--precision", default="bf16", choices=["bf16", "fp32"])
|
377 |
parser.add_argument("--hf_token", type=str, default=None, help="huggingface read token for accessing gated repo.")
|
378 |
parser.add_argument("--res", type=int, default=1024, choices=[256, 512, 1024])
|
379 |
+
parser.add_argument("--port", type=int, default=12123)
|
380 |
|
381 |
parse_transport_args(parser)
|
382 |
parse_ode_args(parser)
|