Spaces:
Running
Running
Update app.py
Browse files
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(
|
| 148 |
|
| 149 |
return image
|
| 150 |
|
|
|
|
| 144 |
|
| 145 |
def convert(audio):
|
| 146 |
|
| 147 |
+
image = spectrogram_image_from_file(audio)
|
| 148 |
|
| 149 |
return image
|
| 150 |
|