thangtrungnguyen
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def classify_audio(filepath):
|
|
11 |
return outputs
|
12 |
|
13 |
gradio_app = gr.Interface(
|
14 |
-
fn=classify_audio, inputs=gr.Audio(type="filepath"), outputs=gr.
|
15 |
)
|
16 |
|
17 |
if __name__ == "__main__":
|
|
|
11 |
return outputs
|
12 |
|
13 |
gradio_app = gr.Interface(
|
14 |
+
fn=classify_audio, inputs=gr.Audio(type="filepath"), outputs=gr.Label()
|
15 |
)
|
16 |
|
17 |
if __name__ == "__main__":
|