Spaces:
Runtime error
Runtime error
fix typo
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import subprocess
|
|
6 |
|
7 |
|
8 |
MAX_TXT_LEN = 100
|
9 |
-
subprocess.check_output("git install
|
10 |
subprocess.check_output("git clone https://huggingface.co/DigitalUmuganda/Kinyarwanda_YourTTS",
|
11 |
shell=True)
|
12 |
def generate_audio(text):
|
|
|
6 |
|
7 |
|
8 |
MAX_TXT_LEN = 100
|
9 |
+
subprocess.check_output("git lfs install", shell=True)
|
10 |
subprocess.check_output("git clone https://huggingface.co/DigitalUmuganda/Kinyarwanda_YourTTS",
|
11 |
shell=True)
|
12 |
def generate_audio(text):
|