Add: --host/--port option to app.py to allow specifying listening host/port

This commit is contained in:
tsukumi
2024-03-08 22:14:39 +00:00
parent d22a11ebb2
commit b98fecb46d
2 changed files with 3 additions and 2 deletions

View File

@@ -792,5 +792,4 @@ def create_train_app():
outputs=[use_jp_extra_train],
)
# app.launch(inbrowser=not args.no_autolaunch, server_name=args.server_name)
return app