raoyonghui commited on
Commit
773510a
1 Parent(s): a6a08b9

increase GPU duration

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -435,7 +435,7 @@ def maskgct_inference(
435
  return total_recovered_audio
436
 
437
 
438
- @spaces.GPU(duration=240)
439
  def inference(
440
  prompt_wav,
441
  target_text,
 
435
  return total_recovered_audio
436
 
437
 
438
+ @spaces.GPU(duration=300)
439
  def inference(
440
  prompt_wav,
441
  target_text,