Spaces:
Runtime error
Runtime error
VoiceCloning-be
commited on
Update core.py
Browse files
core.py
CHANGED
@@ -246,7 +246,7 @@ def run_tts_script(
|
|
246 |
|
247 |
|
248 |
# Preprocess
|
249 |
-
@spaces.GPU(duration=
|
250 |
def run_preprocess_script(
|
251 |
model_name: str, dataset_path: str, sample_rate: int, cpu_cores: int
|
252 |
):
|
@@ -273,7 +273,7 @@ def run_preprocess_script(
|
|
273 |
|
274 |
|
275 |
# Extract
|
276 |
-
@spaces.GPU(duration=
|
277 |
def run_extract_script(
|
278 |
model_name: str,
|
279 |
rvc_version: str,
|
|
|
246 |
|
247 |
|
248 |
# Preprocess
|
249 |
+
@spaces.GPU(duration=360)
|
250 |
def run_preprocess_script(
|
251 |
model_name: str, dataset_path: str, sample_rate: int, cpu_cores: int
|
252 |
):
|
|
|
273 |
|
274 |
|
275 |
# Extract
|
276 |
+
@spaces.GPU(duration=360)
|
277 |
def run_extract_script(
|
278 |
model_name: str,
|
279 |
rvc_version: str,
|