Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|