DragGAN
DragGAN copied to clipboard
gradio not work when no internet connection
I can not load the web page, because gradio can not work fine when no internet connection. any one can help?
I can not load the web page, because gradio can not work fine when no internet connection. any one can help?
I met this problem on windows. Did you solved it? I can run it fine on linux
you should add to env variables HF_DATASETS_OFFLINE=1 TRANSFORMERS_OFFLINE=1 DIFFUSERS_OFFLINE=1 \
for conda just type conda env config vars set HF_DATASETS_OFFLINE=1 TRANSFORMERS_OFFLINE=1 DIFFUSERS_OFFLINE=1 \