Spaces:
Runtime error
Runtime error
mikonvergence
commited on
Commit
•
0752106
1
Parent(s):
f6ead93
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.45
|
2 |
+
torch==2.0
|
3 |
+
numpy==1.45
|
4 |
+
kornia==0.7.0
|
5 |
+
requests==2.31
|
6 |
+
transformers==4.29
|
7 |
+
diffusers==0.14
|
8 |
+
controlnet_aux==0.0.7
|
9 |
+
opencv-python==4.8.0
|
10 |
+
pillow==9.4
|