Spaces:
Sleeping
Sleeping
Sammy Harris
commited on
Commit
·
9c029b4
1
Parent(s):
95d3566
Fix requirements.txt formatting - remove duplicate package names
Browse files- requirements.txt +7 -10
requirements.txt
CHANGED
|
@@ -1,12 +1,9 @@
|
|
| 1 |
-
gradio>=4.0.
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
Pillow>=8.3.0numpy
|
| 8 |
-
|
| 9 |
-
opencv-python>=4.5.0pillow
|
| 10 |
matplotlib
|
| 11 |
requests
|
| 12 |
-
tqdm
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
tensorflow>=2.10.0
|
| 3 |
+
huggingface_hub>=0.19.0
|
| 4 |
+
numpy>=1.21.0
|
| 5 |
+
Pillow>=8.3.0
|
| 6 |
+
opencv-python>=4.5.0
|
|
|
|
|
|
|
|
|
|
| 7 |
matplotlib
|
| 8 |
requests
|
| 9 |
+
tqdm
|