web-ui
web-ui copied to clipboard
launch()
where do I find the place to put share=True? I couldnt find anything in the documentation
In the main function of webui.py, modify:
demo.launch(server_name=args.ip, server_port=args.port, share=True)
Close this issue.