fmagot01 commited on
Commit
75a99cf
·
1 Parent(s): 9549f9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ filenames = [[f"./{f}"] for f in filenames]
46
  demo = gr.Interface(
47
  fn=classify_audio,
48
  inputs=gr.Audio(type="filepath"),
49
- outputs=[gr.outputs.Label("Probabilities"),
50
  gr.Number(label="Prediction time (s)")
51
  ],
52
  title=title,
 
46
  demo = gr.Interface(
47
  fn=classify_audio,
48
  inputs=gr.Audio(type="filepath"),
49
+ outputs=[gr.outputs.Label(label="Predictions"),
50
  gr.Number(label="Prediction time (s)")
51
  ],
52
  title=title,