MatverseHub commited on
Commit
f7b68be
·
verified ·
1 Parent(s): b389093

Fix: Adicionar huggingface_hub>=0.25.0 para compatibilidade com Gradio 5.9

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  gradio>=5.9.0
 
2
  numpy>=1.24.0
3
  cryptography>=42.0.0
4
  pydantic>=2.5.0
 
1
  gradio>=5.9.0
2
+ huggingface_hub>=0.25.0
3
  numpy>=1.24.0
4
  cryptography>=42.0.0
5
  pydantic>=2.5.0