Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
VideoModelStudio
like
31
Running
App
Files
Files
xet
Community
3
Fetching metadata from the HF Docker repository...
77ce18f
VideoModelStudio
/
setup.sh
jbilcke-hf
HF Staff
initial commit log 🪵🦫
91fb4ef
8 months ago
raw
Copy download link
history
blame
Safe
111 Bytes
#!/usr/bin/env bash
python -m venv .venv
source
.venv/bin/activate
python -m pip install -r requirements.txt