change the gradio_app.py to run on all interfaces

This commit is contained in:
yoesak 2024-04-19 10:06:46 +07:00
parent ddfef83331
commit caf60a4ce7
1 changed files with 1 additions and 1 deletions

View File

@ -610,4 +610,4 @@ if __name__ == "__main__":
MODELS_PATH = args.models_path
app = get_app()
app.queue().launch(share=args.share, server_port=args.port)
app.queue().launch(share=args.share, server_name="0.0.0.0", server_port=args.port)