Spaces:
Runtime error
Runtime error
Omar Sanseviero
commited on
Commit
·
6ef16fa
1
Parent(s):
a9482ab
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,11 @@ import torch.nn.functional as F
|
|
| 5 |
|
| 6 |
import IPython
|
| 7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
from api import TextToSpeech
|
| 9 |
from utils.audio import load_audio, get_voices
|
| 10 |
|
|
|
|
| 5 |
|
| 6 |
import IPython
|
| 7 |
|
| 8 |
+
import os
|
| 9 |
+
import sys
|
| 10 |
+
os.system("git clone https://github.com/neonbjb/tortoise-tts.git")
|
| 11 |
+
sys.path.append("tortoise-tts")
|
| 12 |
+
|
| 13 |
from api import TextToSpeech
|
| 14 |
from utils.audio import load_audio, get_voices
|
| 15 |
|