Spaces:
Sleeping
Sleeping
Update app_rvc2.py
Browse files- app_rvc2.py +4 -0
app_rvc2.py
CHANGED
@@ -7,6 +7,10 @@ from madkoala.logging_setup import (
|
|
7 |
import whisperx
|
8 |
import torch
|
9 |
import os
|
|
|
|
|
|
|
|
|
10 |
from madkoala.audio_segments import create_translated_audio
|
11 |
from madkoala.text_to_speech import (
|
12 |
audio_segmentation_to_voice,
|
|
|
7 |
import whisperx
|
8 |
import torch
|
9 |
import os
|
10 |
+
import os
|
11 |
+
os.system("pip install -q piper-tts==1.2.0")
|
12 |
+
os.system("pip install -q -r requirements_xtts.txt")
|
13 |
+
os.system("pip install -q TTS==0.21.1 --no-deps")
|
14 |
from madkoala.audio_segments import create_translated_audio
|
15 |
from madkoala.text_to_speech import (
|
16 |
audio_segmentation_to_voice,
|