Spaces:
Running
on
Zero
Running
on
Zero
| gradio>=4.0.0 | |
| spaces>=0.24.0 | |
| transformers>=4.40.0 | |
| huggingface-hub>=0.23.0 | |
| safetensors>=0.4.2 | |
| accelerate>=0.30.0 | |
| --extra-index-url https://download.pytorch.org/whl/cu121 | |
| torch==2.2.1 | |
| torchvision==0.17.1 | |
| numpy | |
| opencv-python | |
| pillow | |
| matplotlib | |
| seaborn | |
| pandas | |
| tqdm | |
| scikit-learn | |
| # Extra deps from setup.sh | |
| flax | |
| openai | |
| decord | |
| # spaCy + language model | |
| spacy==3.7.2 | |
| spacy_fastlang | |
| # Equivalent to: python -m spacy download en_core_web_lg | |
| https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.7.1/en_core_web_lg-3.7.1-py3-none-any.whl | |
| # Python ffmpeg bindings (you already install ffmpeg system package via packages.txt) | |
| ffmpeg | |
| # Local packages from src/ (submodules you checked in) | |
| # Make sure these paths exist in the Space repo: | |
| # src/video-sam2 | |
| # src/LASER | |
| # src/vine_hf | |
| # src/GroundingDINO | |
| -e ./src/video-sam2 | |
| -e ./src/LASER | |
| -e ./src/vine_hf | |
| -e ./src/GroundingDINO | |