Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
fastcore==1.5.28
|
4 |
-
pillow==9.4.0
|
5 |
-
timm==0.6.12
|
6 |
torch==1.13.1
|
7 |
-
|
|
|
|
|
|
|
|
1 |
+
fastai==2.7.11
|
2 |
+
datasets==2.10.1
|
|
|
|
|
|
|
3 |
torch==1.13.1
|
4 |
+
timm==0.6.12
|
5 |
+
gradio==3.20.1
|
6 |
+
pillow==9.4.0
|
7 |
+
fastcore==1.5.28
|