Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ if not os.path.exists("XTTSv2-Finetuning-for-New-Languages"):
|
|
5 |
os.system("git clone https://github.com/hellcatmon/XTTSv2-Finetuning-for-New-Languages.git")
|
6 |
import sys
|
7 |
sys.path.append("./XTTSv2-Finetuning-for-New-Languages")
|
|
|
8 |
os.system("pip install --upgrade pip")
|
9 |
import gradio as gr
|
10 |
import torch
|
|
|
5 |
os.system("git clone https://github.com/hellcatmon/XTTSv2-Finetuning-for-New-Languages.git")
|
6 |
import sys
|
7 |
sys.path.append("./XTTSv2-Finetuning-for-New-Languages")
|
8 |
+
os.system("pip install -r XTTSv2-Finetuning-for-New-Languages/requirements.txt")
|
9 |
os.system("pip install --upgrade pip")
|
10 |
import gradio as gr
|
11 |
import torch
|