Adanbalf commited on
Commit
e2581f0
verified
1 Parent(s): fd180d0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -2
requirements.txt CHANGED
@@ -1,8 +1,10 @@
 
1
  --upgrade-strategy eager
2
 
3
- git+https://github.com/huggingface/transformers.git
 
4
  huggingface-hub>=1.0.0
5
  torch
6
  accelerate
7
- gradio
8
  Pillow
 
1
+ # Forzamos instalaci贸n limpia sin cache
2
  --upgrade-strategy eager
3
 
4
+ # Librer铆as principales
5
+ transformers>=4.45.0
6
  huggingface-hub>=1.0.0
7
  torch
8
  accelerate
9
+ gradio>=5.0.0
10
  Pillow