lrzjason / T2ITrainer

Practice Code for text to image trainer
GNU Affero General Public License v3.0
82 stars 5 forks source link

help !! T2ITrainer\venv\lib\site-packages\gradio\blocks.py", line 2255, in launch raise ValueError( #5

Closed isaac-bj closed 3 months ago

isaac-bj commented 3 months ago

(venv) C:\soft\T2ITrainer>python ui.py Loaded configuration from config.json Running on local URL: http://127.0.0.1:7860 IMPORTANT: You are using gradio version 4.26.0, however version 4.29.0 is available, please upgrade.

Traceback (most recent call last): File "C:\soft\T2ITrainer\ui.py", line 372, in demo.launch() File "C:\soft\T2ITrainer\venv\lib\site-packages\gradio\blocks.py", line 2255, 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.

lrzjason commented 3 months ago

If you are using proxy, please close it first.

isaac-bj commented 3 months ago

If you are using proxy, please close it first.

It's been solved, thank you