Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
|
|
|
|
|
|
|
|
1 |
werkzeug>=2.0
|
2 |
numpy>=1.22
|
3 |
-
gunicorn>=20.0.0
|
4 |
-
Flask>=2.0
|
5 |
h5py>=3.7.0
|
6 |
-
tensorflow>=2.10
|
7 |
pillow>=8.0.0
|
8 |
-
huggingface-hub
|
|
|
|
1 |
+
gradio>=4.0
|
2 |
+
tensorflow>=2.10
|
3 |
+
flask>=2.0
|
4 |
+
gunicorn>=20.0.0
|
5 |
werkzeug>=2.0
|
6 |
numpy>=1.22
|
|
|
|
|
7 |
h5py>=3.7.0
|
|
|
8 |
pillow>=8.0.0
|
9 |
+
huggingface-hub>=0.16.0
|
10 |
+
|