fffiloni commited on
Commit
292017d
·
verified ·
1 Parent(s): fef751b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -272,6 +272,7 @@ def load_input_spectrogram(audio_path):
272
 
273
  return input_spec_image_path
274
 
 
275
  def preview_masked_area(audio_path, mask_start_point, mask_end_point):
276
  # Loading
277
  audio, sampling_rate = load_wav(audio_path)
 
272
 
273
  return input_spec_image_path
274
 
275
+ @space.GPU
276
  def preview_masked_area(audio_path, mask_start_point, mask_end_point):
277
  # Loading
278
  audio, sampling_rate = load_wav(audio_path)