lzyhha commited on
Commit
a859e36
·
1 Parent(s): 319886d
Files changed (2) hide show
  1. .gitignore +0 -1
  2. requirements.txt +8 -0
.gitignore CHANGED
@@ -6,7 +6,6 @@ phoe*
6
  *.pyc
7
  *.pyo
8
  *.pyd
9
- *.txt
10
  *.json
11
  .gradio
12
  output
 
6
  *.pyc
7
  *.pyo
8
  *.pyd
 
9
  *.json
10
  .gradio
11
  output
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ diffusers
2
+ tensorboard
3
+ transformers
4
+ gradio
5
+ torchdiffeq
6
+ click
7
+ torchvision
8
+ opencv-python