Open BrianG13 opened 1 year ago
As discussed here in the gradio issue below.
@https://github.com/gradio-app/gradio/issues/5017
What worked for me was pip install gradio==3.37.0
As discussed here in the gradio issue below. @gradio-app/gradio#5017 What worked for me was
pip install gradio==3.37.0
Thanks, it works now !
Hi guys, thanks for sharing your work!
I am trying to run locally the demos:
python demo.py --ckpt swinl_only_sam_many2many.pth
ORpython demo_auto_generation.py --ckpt swinl_only_sam_many2many.pth
But.. when I upload (or select) an image.. I see at the terminal the following error:
I didn't download the dataset, I don't really need it, I just want to inference with an image "from the wild". Is it possible?
Thanks!!