Spaces:
Build error
Build error
File size: 304 Bytes
edebe10 |
1 2 3 4 5 6 7 8 9 10 |
# Customer Operator [only need training deformable vision encoder]
cd modeling/vision/encoder/ops && sh make.sh && cd ../../../../
# System Package [only need for demo in SEEM]
sudo apt update
sudo apt install ffmpeg
#pip install gradio==3.44.4
#pip install openai-whisper
#pip install protobuf==3.20.* |