Spaces:
Runtime error
Runtime error
Create wikistest
Browse files
wikistest
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
6 |
+
%cd /content/text2-video-zero
|
7 |
+
!python app.py
|