Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -12
requirements.txt
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
numpy
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
requests
|
|
|
1 |
+
Flask==2.2.3
|
2 |
+
torch==1.13.1
|
3 |
+
torchvision==0.14.1
|
4 |
+
numpy==1.24.2
|
5 |
+
Pillow==9.4.0
|
6 |
+
Werkzeug==2.2.3
|
7 |
+
click==8.1.3
|
8 |
+
itsdangerous==2.1.2
|
9 |
+
Jinja2==3.1.2
|
10 |
+
MarkupSafe==2.1.2
|
11 |
+
ninja==1.11.1
|
|