Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
numpy
|
4 |
-
|
|
|
|
|
|
|
|
1 |
+
gradio==5.9.1
|
2 |
+
huggingface-hub==0.27.0
|
3 |
+
numpy==1.26.4
|
4 |
+
pillow==11.0.0
|
5 |
+
tensorflow==2.18.0
|
6 |
+
torch==2.5.1
|
7 |
+
transformers==4.47.1
|