wasmdashai commited on
Commit
2b8b814
·
verified ·
1 Parent(s): 0dbe183

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -633,7 +633,7 @@ pro=TrinerModelVITS(dir_model=dir_model,
633
  device=device
634
  )
635
 
636
- @spaces.GPU(duration=5)
637
  def run_train_epoch(num):
638
  if num >0:
639
  pro.init_training()
 
633
  device=device
634
  )
635
 
636
+ @spaces.GPU(duration=120)
637
  def run_train_epoch(num):
638
  if num >0:
639
  pro.init_training()