cheesecz commited on
Commit
88ffb5b
·
verified ·
1 Parent(s): 04dccd7

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ torch>=2.0.0
2
+ transformers @ git+https://github.com/nyrahealth/transformers.git@crisper_whisper
3
+ datasets>=2.14.0
4
+ gradio>=4.0.0
5
+ numpy>=1.24.0
6
+ soundfile>=0.12.1
7
+ fastapi>=0.100.0
8
+ uvicorn>=0.23.0
9
+ python-multipart>=0.0.6