Teapack1 commited on
Commit
5cbab24
1 Parent(s): e189ca5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ file_classify = gr.Interface(
37
  fn=classify_audio,
38
  title=title,
39
  description=description,
40
- inputs=gr.Audio(sources="upload", type="filepath"),
41
  outputs=gr.outputs.Label(),
42
  )
43
 
 
37
  fn=classify_audio,
38
  title=title,
39
  description=description,
40
+ inputs=gr.Audio(sources="upload", type="filepath", label="Record your audio"),
41
  outputs=gr.outputs.Label(),
42
  )
43