Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio~=5.25.2
|
| 2 |
+
requests~=2.32.3
|
| 3 |
+
pillow~=11.1.0
|
| 4 |
+
numpy~=1.26.4
|
| 5 |
+
albumentations~=2.0.5
|
| 6 |
+
tqdm~=4.67.1
|
| 7 |
+
torch~=2.6.0
|
| 8 |
+
huggingface_hub~=0.30.2
|