Spaces:
Sleeping
Sleeping
upgrade gradio
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -8,3 +8,6 @@ scikit-learn==1.2.2
|
|
| 8 |
fastai==2.7.12
|
| 9 |
timm==0.9.2
|
| 10 |
plotly==5.15.0
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
fastai==2.7.12
|
| 9 |
timm==0.9.2
|
| 10 |
plotly==5.15.0
|
| 11 |
+
|
| 12 |
+
# NEW: pin a recent Gradio (4.x is a safe choice with your code)
|
| 13 |
+
gradio==4.44.1
|