Spaces:
Runtime error
Runtime error
Añadida dependencia ipython para solucionar error de fastprogress
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
fastai
|
| 2 |
timm
|
| 3 |
-
gradio
|
|
|
|
| 4 |
ipython
|
|
|
|
| 1 |
fastai
|
| 2 |
timm
|
| 3 |
+
gradio==4.19.2
|
| 4 |
+
huggingface_hub==0.20.3
|
| 5 |
ipython
|