Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
-
huggingface_hub
|
2 |
fastai==2.7.12
|
3 |
torch==1.13.1
|
4 |
-
|
5 |
-
|
6 |
-
numpy
|
|
|
|
|
1 |
fastai==2.7.12
|
2 |
torch==1.13.1
|
3 |
+
torchvision==0.14.1
|
4 |
+
gradio==3.50.2
|
5 |
+
numpy==1.23.5
|