test-rtechs commited on
Commit
27189b9
·
verified ·
1 Parent(s): 3d6bc22

Update app_rvc.py

Browse files
Files changed (1) hide show
  1. 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():