Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +12 -13
requirements.txt
CHANGED
|
@@ -1,13 +1,12 @@
|
|
| 1 |
-
gradio==4.27.0
|
| 2 |
-
matplotlib==3.8.0
|
| 3 |
-
numpy==1.26.4
|
| 4 |
-
opencv_python==4.9.0.80
|
| 5 |
-
Pillow==10.3.0
|
| 6 |
-
protobuf==5.26.1
|
| 7 |
-
scikit_learn==1.4.2
|
| 8 |
-
tensorflow==2.16.1
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
wandb==0.16.6
|
|
|
|
| 1 |
+
gradio==4.27.0
|
| 2 |
+
matplotlib==3.8.0
|
| 3 |
+
numpy==1.26.4
|
| 4 |
+
opencv_python==4.9.0.80
|
| 5 |
+
Pillow==10.3.0
|
| 6 |
+
protobuf==5.26.1
|
| 7 |
+
scikit_learn==1.4.2
|
| 8 |
+
tensorflow==2.16.1
|
| 9 |
+
torch==2.1.2
|
| 10 |
+
torchvision==0.16.2
|
| 11 |
+
tqdm==4.65.0
|
| 12 |
+
wandb==0.16.6
|
|
|