hoansu
commited on
Commit
•
1b42a00
1
Parent(s):
98aa923
update bark and vc code
Browse files
app.py
CHANGED
@@ -1,12 +1,3 @@
|
|
1 |
-
import gradio as gr
|
2 |
-
import subprocess
|
3 |
-
|
4 |
-
command = "git clone https://github.com/OlaWod/FreeVC.git"
|
5 |
-
subprocess.run(command, shell=True)
|
6 |
-
|
7 |
-
command = "git clone https://github.com/OlaWod/FreeVC.git"
|
8 |
-
subprocess.run(command, shell=True)
|
9 |
-
|
10 |
import gradio as gr
|
11 |
import numpy as np
|
12 |
import os
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
import numpy as np
|
3 |
import os
|