Amamrnaf commited on
Commit
e134535
·
2 Parent(s): 5ca9cb4 b6199b1

Merge branch 'main' of https://huggingface.co/spaces/amamrnaf/voice_clone

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -4
requirements.txt CHANGED
@@ -1,4 +1,7 @@
1
- git+https://github.com/metavoiceio/metavoice-src.git@33cd2889e54ff67e6dba205af7529369f22c3185
 
 
 
2
  pydantic
3
  pydub
4
  python-dotenv
@@ -6,10 +9,10 @@ torch
6
  torchaudio
7
  uvicorn
8
  cutlet
9
- coqui-tts[languages]==0.25.0
10
- transformers==4.46.2
11
  uuid
12
- spacy==3.7.2
13
  noisereduce
14
  moviepy
15
  pyloudnorm
 
1
+ fastapi==0.110
2
+ Cython==0.29.36
3
+ spacy==3.0.6
4
+ git+https://github.com/metavoiceio/metavoice-src.git
5
  pydantic
6
  pydub
7
  python-dotenv
 
9
  torchaudio
10
  uvicorn
11
  cutlet
12
+ coqui-tts[languages]
13
+ transformers
14
  uuid
15
+ spacy
16
  noisereduce
17
  moviepy
18
  pyloudnorm