ValueError: 当 localhost 不可访问时,必须创建可共享的链接。请设置 share=True。
After running go-web, the following message appears: `F:\RVC\RVC1006Nvidia>runtime\Python.exe infer-web.py --pycmd runtime\Python.exe --port 7897 2025-07-30 20:57:27 | INFO | configs.config | Found GPU NVIDIA GeForce RTX 3050 Laptop GPU is_half:True, device:cuda:0 2025-07-30 20:57:29 | INFO | __main__ | Use Language: zh_CN Traceback (most recent call last): File "F:\RVC\RVC1006Nvidia\infer-web.py", line 1515, in <module> app.queue(concurrency_count=511, max_size=1022).launch() File "F:\RVC\RVC1006Nvidia\runtime\lib\site-packages\gradio\blocks.py", line 1391, in launch raise ValueError(ValueError: When localhost is not accessible, a shareable link must be created. Please set share=True. F:\RVC\RVC1006Nvidia>pause Press any key to continue... `
内容来源: RVC-Project/Retrieval-based-Voice-Conversion-WebUI