jadechoghari commited on
Commit
ca1a401
1 Parent(s): 0cb7b61
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ from qa_mdt.pipeline import MOSDiffusionPipeline
19
  pipe = MOSDiffusionPipeline()
20
 
21
  # this runs the pipeline with user input and saves the output as 'awesome.wav'
22
- @spaces.GPU()
23
  def generate_waveform(description):
24
  pipe(description)
25
 
 
19
  pipe = MOSDiffusionPipeline()
20
 
21
  # this runs the pipeline with user input and saves the output as 'awesome.wav'
22
+ @spaces.GPU(duration=120)
23
  def generate_waveform(description):
24
  pipe(description)
25