Plachtaa/VALL-E-X

When localhost is not accessible

Open

#26 opened on Aug 24, 2023

 (3 comments) (0 reactions) (0 assignees)Python (783 forks)batch import
good first issue

Repository metrics

Stars
 (7,934 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Running on local URL: http://127.0.0.1:7860 Traceback (most recent call last): File "C:\VALL-E-X-master\launch-ui.py", line 571, in main() File "C:\VALL-E-X-master\launch-ui.py", line 564, in main app.launch() File "C:\Users***\AppData\Local\Programs\Python\Python311\Lib\site-packages\gradio\blocks.py", line 1974, in launch raise ValueError( ValueError: When localhost is not accessible, a shareable link must be created. Please set share=True or check your proxy settings to allow access to localhost.

请问这个要怎么改?

Contributor guide