Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -272,7 +272,7 @@ def load_input_spectrogram(audio_path):
|
|
272 |
|
273 |
return input_spec_image_path
|
274 |
|
275 |
-
@
|
276 |
def preview_masked_area(audio_path, mask_start_point, mask_end_point):
|
277 |
# Loading
|
278 |
audio, sampling_rate = load_wav(audio_path)
|
|
|
272 |
|
273 |
return input_spec_image_path
|
274 |
|
275 |
+
@spaces.GPU
|
276 |
def preview_masked_area(audio_path, mask_start_point, mask_end_point):
|
277 |
# Loading
|
278 |
audio, sampling_rate = load_wav(audio_path)
|