VoiceCloning-be commited on
Commit
64b749d
1 Parent(s): cdd79f0

Update core.py

Browse files
Files changed (1) hide show
  1. core.py +1 -1
core.py CHANGED
@@ -246,7 +246,7 @@ def run_tts_script(
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
  ):
 
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
  ):