VoiceCloning-be commited on
Commit
cdd79f0
1 Parent(s): 7fe475f

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
250
  def run_preprocess_script(
251
  model_name: str, dataset_path: str, sample_rate: int, cpu_cores: int
252
  ):
@@ -331,7 +331,7 @@ def run_extract_script(
331
 
332
 
333
  # Train
334
- @spaces.GPU
335
  def run_train_script(
336
  model_name: str,
337
  rvc_version: str,
 
246
 
247
 
248
  # Preprocess
249
+ @spaces.GPU(180)
250
  def run_preprocess_script(
251
  model_name: str, dataset_path: str, sample_rate: int, cpu_cores: int
252
  ):
 
331
 
332
 
333
  # Train
334
+ @spaces.GPU(180)
335
  def run_train_script(
336
  model_name: str,
337
  rvc_version: str,