fffiloni commited on
Commit
3cff113
1 Parent(s): 5dfe08d

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(filename)
148
 
149
  return image
150
 
 
144
 
145
  def convert(audio):
146
 
147
+ image = spectrogram_image_from_file(audio)
148
 
149
  return image
150