Spaces:
Runtime error
Runtime error
prismleong
commited on
Commit
·
8e71e97
1
Parent(s):
32a5366
update
Browse files
app.py
CHANGED
|
@@ -120,7 +120,7 @@ def process_with_progress(
|
|
| 120 |
# Batch processing
|
| 121 |
batch_size=1
|
| 122 |
):
|
| 123 |
-
global svc_model, vocoder, rmvpe, hubert, rms_extractor, spk2idx, dataset_cfg
|
| 124 |
|
| 125 |
# Fixed parameters
|
| 126 |
target_loudness = -18.0
|
|
|
|
| 120 |
# Batch processing
|
| 121 |
batch_size=1
|
| 122 |
):
|
| 123 |
+
global svc_model, vocoder, rmvpe, hubert, rms_extractor, spk2idx, dataset_cfg, device
|
| 124 |
|
| 125 |
# Fixed parameters
|
| 126 |
target_loudness = -18.0
|