Spaces:
Configuration error
Configuration error
Update app_rvc.py
Browse files- app_rvc.py +2 -0
app_rvc.py
CHANGED
@@ -3,6 +3,8 @@ import os
|
|
3 |
os.system("pip install -q piper-tts==1.2.0")
|
4 |
os.system("pip install -q -r requirements_xtts.txt")
|
5 |
os.system("pip install -q TTS==0.21.1 --no-deps")
|
|
|
|
|
6 |
import spaces
|
7 |
import torch
|
8 |
if os.environ.get("ZERO_GPU") != "TRUE" and torch.cuda.is_available():
|
|
|
3 |
os.system("pip install -q piper-tts==1.2.0")
|
4 |
os.system("pip install -q -r requirements_xtts.txt")
|
5 |
os.system("pip install -q TTS==0.21.1 --no-deps")
|
6 |
+
os.system("pip install -q yt-dlp")
|
7 |
+
os.system("pip install -q moviepy")
|
8 |
import spaces
|
9 |
import torch
|
10 |
if os.environ.get("ZERO_GPU") != "TRUE" and torch.cuda.is_available():
|