Spaces:
Sleeping
Sleeping
MarcusSu1216
commited on
Commit
•
fc67207
1
Parent(s):
7771781
Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,6 @@ logging.getLogger('matplotlib').setLevel(logging.WARNING)
|
|
16 |
|
17 |
model = Svc("logs/44k/G_32000.pth", "configs/config.json", cluster_model_path="logs/44k/kmeans_10000.pt")
|
18 |
|
19 |
-
|
20 |
-
|
21 |
def vc_fn(sid, input_audio, vc_transform, auto_f0,cluster_ratio, noise_scale):
|
22 |
if input_audio is None:
|
23 |
return "You need to upload an audio", None
|
|
|
16 |
|
17 |
model = Svc("logs/44k/G_32000.pth", "configs/config.json", cluster_model_path="logs/44k/kmeans_10000.pt")
|
18 |
|
|
|
|
|
19 |
def vc_fn(sid, input_audio, vc_transform, auto_f0,cluster_ratio, noise_scale):
|
20 |
if input_audio is None:
|
21 |
return "You need to upload an audio", None
|