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

Update core.py

Browse files
Files changed (1) hide show
  1. core.py +1 -1
core.py CHANGED
@@ -331,7 +331,7 @@ def run_extract_script(
331
 
332
 
333
  # Train
334
- @spaces.GPU(180)
335
  def run_train_script(
336
  model_name: str,
337
  rvc_version: str,
 
331
 
332
 
333
  # Train
334
+ @spaces.GPU()
335
  def run_train_script(
336
  model_name: str,
337
  rvc_version: str,