Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,7 @@
|
|
| 1 |
-
gradio>=
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
rembg>=2.0
|
| 9 |
-
numpy>=1.24
|
|
|
|
| 1 |
+
gradio>=5.0.0
|
| 2 |
+
pillow
|
| 3 |
+
rembg
|
| 4 |
+
python-dotenv
|
| 5 |
+
huggingface_hub==0.28.1
|
| 6 |
+
numpy<2.0.0
|
| 7 |
+
onnxruntime
|
|
|
|
|
|