Spaces:
Runtime error
Runtime error
%cd /content | |
!git clone -b pro https://gitlab.com/camenduru/text2-video-zero | |
!pip install -q gradio==3.23.0 decord==0.6.0 diffusers==0.14.0 accelerate==0.17.0 safetensors==0.2.7 einops==0.6.0 transformers==4.26.0 | |
!pip install -q torch==1.13.1+cu116 torchvision==0.14.1+cu116 torchaudio==0.13.1 torchtext==0.14.1 torchdata==0.5.1 --extra-index-url https://download.pytorch.org/whl/cu116 -U | |
!pip install -q xformers==0.0.16 triton==2.0.0 -U | |
%cd /content/text2-video-zero | |
!python app.py |