Spaces:
Running
on
L40S
Running
on
L40S
miaoyibo
commited on
Commit
·
450e847
1
Parent(s):
c21c33c
app.py
CHANGED
@@ -376,17 +376,17 @@ def main(args: argparse.Namespace):
|
|
376 |
reload_javascript()
|
377 |
|
378 |
favicon_path = os.path.join("kimi_dev/serve/assets/favicon.ico")
|
379 |
-
# demo.queue().launch(
|
380 |
-
# favicon_path=favicon_path,
|
381 |
-
# server_name=args.ip,
|
382 |
-
# server_port=args.port,
|
383 |
-
# )
|
384 |
demo.queue().launch(
|
385 |
favicon_path=favicon_path,
|
386 |
server_name=args.ip,
|
387 |
server_port=args.port,
|
388 |
-
share=True
|
389 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
390 |
|
391 |
if __name__ == "__main__":
|
392 |
args = parse_args()
|
|
|
376 |
reload_javascript()
|
377 |
|
378 |
favicon_path = os.path.join("kimi_dev/serve/assets/favicon.ico")
|
|
|
|
|
|
|
|
|
|
|
379 |
demo.queue().launch(
|
380 |
favicon_path=favicon_path,
|
381 |
server_name=args.ip,
|
382 |
server_port=args.port,
|
|
|
383 |
)
|
384 |
+
# demo.queue().launch(
|
385 |
+
# favicon_path=favicon_path,
|
386 |
+
# server_name=args.ip,
|
387 |
+
# server_port=args.port,
|
388 |
+
# share=True
|
389 |
+
# )
|
390 |
|
391 |
if __name__ == "__main__":
|
392 |
args = parse_args()
|