From cdabe8c7b2e453163f99b44dd4e390937d0117e2 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Fri, 31 Mar 2023 02:15:15 +0000 Subject: [PATCH] (gradio 3.22) --share troubleshooting - https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/9194 --- Troubleshooting.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index b10b2e9..f0fc7de 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -26,4 +26,16 @@ Your installed xformers is incompatible with your GPU. If you use Python 3.10, h # NameError: name 'xformers' is not defined If you use Windows, this means your Python is too old. Use 3.10 -If Linux, you'll have to build xformers yourself or just avoid using xformers. \ No newline at end of file +If Linux, you'll have to build xformers yourself or just avoid using xformers. + +# `--share` non-functional after gradio 3.22 update + +Windows defender/antiviruses sometimes block Gradio's ability to create a public URL. + +1. Go to your antivirus +2. Check the protection history \ +![image](https://user-images.githubusercontent.com/98228077/229005046-30c1ffd9-bde7-4ad0-a39f-52172c3a0cf5.png) +3. Add it as an exclusion + +https://github.com/gradio-app/gradio/issues/3230 \ +https://github.com/gradio-app/gradio/issues/3677 \ No newline at end of file