Spaces:
Runtime error
Runtime error
app.py
#1
by
wikiwikis
- opened
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
%cd /content
|
2 |
-
!git clone -b
|
3 |
!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
|
4 |
!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
|
5 |
!pip install -q xformers==0.0.16 triton==2.0.0 -U
|
|
|
1 |
%cd /content
|
2 |
+
!git clone -b pro https://gitlab.com/camenduru/text2-video-zero
|
3 |
!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
|
4 |
!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
|
5 |
!pip install -q xformers==0.0.16 triton==2.0.0 -U
|