Spaces:
Runtime error
Runtime error
TheStinger
commited on
Commit
·
b894c33
1
Parent(s):
54c9435
Update app.py
Browse files
app.py
CHANGED
@@ -14,5 +14,5 @@ def create_spectrogram(audio_data, sample_rate):
|
|
14 |
return 'spectrogram.png'
|
15 |
|
16 |
# Crea l'interfaccia Gradio
|
17 |
-
iface = gr.Interface(fn=create_spectrogram, inputs=gr.Audio(), outputs="image"
|
18 |
iface.launch()
|
|
|
14 |
return 'spectrogram.png'
|
15 |
|
16 |
# Crea l'interfaccia Gradio
|
17 |
+
iface = gr.Interface(fn=create_spectrogram, inputs=gr.Audio(), outputs="image")
|
18 |
iface.launch()
|