Spaces:
Running
Running
cc1234
commited on
Commit
·
fcee3a9
1
Parent(s):
4e57ee6
fix deps
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -3,4 +3,7 @@ numpy==1.24.2
|
|
3 |
timm==0.6.7
|
4 |
gradio==3.50.2
|
5 |
scipy==1.11.3
|
6 |
-
contourpy==1.1.1
|
|
|
|
|
|
|
|
3 |
timm==0.6.7
|
4 |
gradio==3.50.2
|
5 |
scipy==1.11.3
|
6 |
+
contourpy==1.1.1
|
7 |
+
torchvision==0.13.1
|
8 |
+
torch==1.12.1
|
9 |
+
scikit_learn==1.3.1
|