pgits commited on
Commit
aa01b36
·
verified ·
1 Parent(s): 899e274

Fix Docker implementation: Upload requirements.txt for real-time WebSocket STT streaming

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -1
requirements.txt CHANGED
@@ -1 +1,10 @@
1
- gradio
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.104.1
2
+ uvicorn[standard]==0.24.0
3
+ websockets==12.0
4
+ numpy==1.24.3
5
+ torch==2.1.0
6
+ transformers==4.35.2
7
+ librosa==0.10.1
8
+ soundfile==0.12.1
9
+ python-multipart==0.0.6
10
+ pydantic==2.5.0