fffiloni commited on
Commit
048ef8e
1 Parent(s): 02eee7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ def spectrogram_image_from_file(filename, max_volume: float = 50, power_for_imag
144
 
145
  def convert(audio):
146
 
147
- image = spectrogram_image_from_file(audio, 255)
148
 
149
  return image
150
 
 
144
 
145
  def convert(audio):
146
 
147
+ image = spectrogram_image_from_file(audio, 50)
148
 
149
  return image
150