Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ iface = gr.Interface(
|
|
68 |
fn=predict_voice,
|
69 |
inputs=gr.Audio(label="Upload Audio File", type="filepath"),
|
70 |
outputs=[
|
71 |
-
gr.Textbox(label="Analysis", type="
|
72 |
gr.Plot(label="Waveform"),
|
73 |
gr.Plot(label="Spectrogram")
|
74 |
],
|
|
|
68 |
fn=predict_voice,
|
69 |
inputs=gr.Audio(label="Upload Audio File", type="filepath"),
|
70 |
outputs=[
|
71 |
+
gr.Textbox(label="Analysis", type="text"), # Corrected type to "text"
|
72 |
gr.Plot(label="Waveform"),
|
73 |
gr.Plot(label="Spectrogram")
|
74 |
],
|