Plachtaa/VALL-E-X

When localhost is not accessible

Offen

#26 geöffnet am 24.08.2023

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (783 Forks)batch import
good first issue

Repository-Metriken

Stars
 (7.934 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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