Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse filesDowngraded dependencies to match older fastai version from my Kaggle model.pkl, build originally failed w runtime error
- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
-
fastai
|
| 2 |
-
|
|
|
|
|
|
| 1 |
+
fastai<2.8
|
| 2 |
+
fastcore<1.7
|
| 3 |
+
gradio>=3.50.2
|