Teapack1 commited on
Commit
e189ca5
1 Parent(s): 5852718

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ file_classify = gr.Interface(
38
  title=title,
39
  description=description,
40
  inputs=gr.Audio(sources="upload", type="filepath"),
41
- outputs=gr.outputs.Textbox(),
42
  )
43
 
44
  # iface.test_examples(example_samples)
 
38
  title=title,
39
  description=description,
40
  inputs=gr.Audio(sources="upload", type="filepath"),
41
+ outputs=gr.outputs.Label(),
42
  )
43
 
44
  # iface.test_examples(example_samples)