Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
numpy
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
1 |
numpy
|
2 |
+
fastai==2.7.12
|
3 |
+
gradio==3.34.0
|
4 |
+
timm==0.9.2
|
5 |
+
torch==2.0.1
|
6 |
+
torchvision==0.15.2
|