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