gnosticdev commited on
Commit
7bedad8
·
verified ·
1 Parent(s): cf9dee2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- gradio
2
- transformers
3
- huggingface-hub
4
- torch # O tensorflow, dependiendo de lo que estés usando
5
-
 
 
1
+ gradio==4.16.0
2
+ torch>=2.0.0
3
+ transformers>=4.36.0
4
+ huggingface-hub>=0.20.1
5
+ python-dotenv>=1.0.0
6
+ accelerate>=0.25.0