wikiwikis commited on
Commit
4075271
1 Parent(s): 168d448

Rename app to app.py

Browse files
Files changed (2) hide show
  1. app +0 -1
  2. app.py +7 -0
app DELETED
@@ -1 +0,0 @@
1
- git clone https://huggingface.co/spaces/wikiwikis/wikitest
 
 
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ %cd /content
2
+ !git clone -b canny_dreambooth 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