Spaces:
Running
on
Zero
Running
on
Zero
jadechoghari
commited on
Commit
•
ca1a401
1
Parent(s):
0cb7b61
update
Browse files
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 |
|