Spaces:
Runtime error
Runtime error
mattyamonaca
commited on
Commit
•
cacfcbe
1
Parent(s):
c3b62d3
add requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
opencv-python==4.7.0.68
|
2 |
+
pandas==1.5.3
|
3 |
+
scikit-learn==1.2.1
|
4 |
+
scikit-image==0.19.3
|
5 |
+
Pillow==9.4.0
|
6 |
+
tqdm==4.63.0
|
7 |
+
diffusers==0.27.2
|
8 |
+
gradio==4.32.1
|
9 |
+
gradio_client==0.17.0
|
10 |
+
transformers==4.40.1
|
11 |
+
accelerate==0.21.0
|
12 |
+
safetensors==0.4.2
|
13 |
+
peft
|