LPhilp1943 commited on
Commit
d70671b
1 Parent(s): 6706a64

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -2
requirements.txt CHANGED
@@ -1,9 +1,8 @@
1
- fastapi
2
  gradio
3
  torch
4
  soundfile
5
  librosa
6
  transformers
 
7
  git+https://github.com/coqui-ai/TTS.git@dev
8
- uvicorn[standard] # If you're planning to use Uvicorn as ASGI server for FastAPI
9
 
 
 
1
  gradio
2
  torch
3
  soundfile
4
  librosa
5
  transformers
6
+ sentencepiece
7
  git+https://github.com/coqui-ai/TTS.git@dev
 
8