h-rand commited on
Commit
83ea16d
·
verified ·
1 Parent(s): fc94889

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ fastapi
2
+ uvicorn
3
+ python-multipart
4
+ # Version stable pour l'audio
5
+ torch==2.2.2
6
+ scipy
7
+ # Transformers récent pour supporter MMS
8
+ transformers>=4.40.0
9
+ numpy<2.0.0