Ld75 commited on
Commit
9561c05
·
1 Parent(s): 9e88fc4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -2
requirements.txt CHANGED
@@ -1,5 +1,9 @@
1
  pyannote.audio
2
  git+https://github.com/huggingface/speechbox.git
3
  transformers==4.26.1
4
- torch
5
- pytube
 
 
 
 
 
1
  pyannote.audio
2
  git+https://github.com/huggingface/speechbox.git
3
  transformers==4.26.1
4
+ pytube
5
+ fastapi==0.74.*
6
+ requests==2.27.*
7
+ sentencepiece==0.1.*
8
+ torch==1.11.*
9
+ uvicorn[standard]==0.17.*