Spaces:
Sleeping
Sleeping
Commit
·
13bd40f
1
Parent(s):
8c1e484
Installing MelotTTS through github
Browse files- app.sh +3 -0
- requirements.txt +0 -1
app.sh
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
pip install git+https://github.com/myshell-ai/MeloTTS.git
|
| 3 |
+
python app.py
|
requirements.txt
CHANGED
|
@@ -7,6 +7,5 @@ numpy
|
|
| 7 |
accelerate
|
| 8 |
git+https://github.com/huggingface/diffusers
|
| 9 |
opencv-python
|
| 10 |
-
melo-tts
|
| 11 |
nltk
|
| 12 |
unidic-lite
|
|
|
|
| 7 |
accelerate
|
| 8 |
git+https://github.com/huggingface/diffusers
|
| 9 |
opencv-python
|
|
|
|
| 10 |
nltk
|
| 11 |
unidic-lite
|