Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
# Preinstall requirements from TTS
|
2 |
TTS @ git+https://github.com/coqui-ai/TTS@v0.20.6
|
|
|
3 |
pydantic==1.10.13
|
4 |
python-multipart==0.0.6
|
5 |
typing-extensions>=4.8.0
|
|
|
1 |
# Preinstall requirements from TTS
|
2 |
TTS @ git+https://github.com/coqui-ai/TTS@v0.20.6
|
3 |
+
gradio==3.50.2
|
4 |
pydantic==1.10.13
|
5 |
python-multipart==0.0.6
|
6 |
typing-extensions>=4.8.0
|