tedlasai commited on
Commit
6e3e961
·
1 Parent(s): 98f63bc

requirements.txt

Browse files
Files changed (2) hide show
  1. gradio/app.py +0 -7
  2. requirements.txt +22 -0
gradio/app.py DELETED
@@ -1,7 +0,0 @@
1
- import gradio as gr
2
-
3
- def greet(name):
4
- return "hi " + name + "!!"
5
-
6
- demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
- demo.launch()
 
 
 
 
 
 
 
 
requirements.txt ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ spaces>=0.29.3
2
+ safetensors>=0.4.5
3
+ spandrel>=0.4.0
4
+ tqdm>=4.66.5
5
+ scikit-video>=1.1.11
6
+ git+https://github.com/huggingface/diffusers.git@main
7
+ transformers>=4.44.0
8
+ accelerate>=0.34.2
9
+ opencv-python>=4.10.0.84
10
+ sentencepiece>=0.2.0
11
+ numpy==1.26.0
12
+ torch>=2.4.0
13
+ torchvision>=0.19.0
14
+ gradio>=4.44.0
15
+ imageio>=2.34.2
16
+ imageio-ffmpeg>=0.5.1
17
+ openai>=1.45.0
18
+ moviepy>=1.0.3
19
+ pillow==9.5.0
20
+ denku==0.0.51
21
+ controlnet-aux==0.0.9
22
+ gradio>=4.44.0