Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -8,13 +8,12 @@ keras==2.13.1
|
|
8 |
numpy==1.23.5
|
9 |
|
10 |
# Any other required libraries
|
11 |
-
gradio==3.39.0
|
12 |
# or the version you need for your project
|
13 |
pandas==2.0.3
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
|
|
|
8 |
numpy==1.23.5
|
9 |
|
10 |
# Any other required libraries
|
|
|
11 |
# or the version you need for your project
|
12 |
pandas==2.0.3
|
13 |
+
|
14 |
+
|
15 |
+
gradio==3.29.0
|
16 |
+
matplotlib==3.7.1
|
17 |
+
huggingface-hub==0.22.2
|
18 |
+
|
19 |
|