Kabatubare commited on
Commit
3c3ea00
·
verified ·
1 Parent(s): b860c29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="auto"),
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
  ],