VoiceCloning-be commited on
Commit
64ff92b
1 Parent(s): 715fb10

Update core.py

Browse files
Files changed (1) hide show
  1. core.py +2 -2
core.py CHANGED
@@ -246,7 +246,7 @@ def run_tts_script(
246
 
247
 
248
  # Preprocess
249
- @spaces.GPU(duration=120)
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=120)
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,