Spaces:
Runtime error
Runtime error
๐ฉ Report: Not working
#2
by
TuringRM
- opened
Not working for multiple reasons:
a) Not enough hardware
b) I duplicated the space and needed to make the following changes to get it to work again:
i) Specify that you need torchaudio==0.10.0+cu113
instead of torchaudio==0.10.0
ii) RUN pip install 'git+https://github.com/facebookresearch/detectron2.git'
within the docker file AFTER doing pip installing requirements.txt (but make sure you remove detectron2 from the requirements.txt). PIL deprecated a type that broke detectron2 0.6.
iii) gradio might need to be updated to the latest version (gradio==3.36.1
) since there was a KeyError