Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.0.0
|
| 2 |
+
torchvision>=0.15.0
|
| 3 |
+
gradio>=3.40.0
|
| 4 |
+
pillow>=9.0.0
|
| 5 |
+
scikit-learn>=1.2.0
|
| 6 |
+
matplotlib>=3.6.0
|
| 7 |
+
numpy>=1.23.0
|
| 8 |
+
pandas>=2.0.0
|