Spaces:
Running
on
Zero
Running
on
Zero
lzyhha
commited on
Commit
·
a859e36
1
Parent(s):
319886d
cv2
Browse files- .gitignore +0 -1
- 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
|