Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -6
requirements.txt
CHANGED
@@ -1,13 +1,8 @@
|
|
1 |
-
|
2 |
numpy<2
|
3 |
torch
|
4 |
-
|
5 |
fastai
|
6 |
-
|
7 |
gradio
|
8 |
-
|
9 |
scikit-image>=0.19.0
|
10 |
-
|
11 |
Pillow>=9.0.0
|
12 |
-
|
13 |
pybind11>=2.12
|
|
|
1 |
+
timm
|
2 |
numpy<2
|
3 |
torch
|
|
|
4 |
fastai
|
|
|
5 |
gradio
|
|
|
6 |
scikit-image>=0.19.0
|
|
|
7 |
Pillow>=9.0.0
|
|
|
8 |
pybind11>=2.12
|