Spaces:
Runtime error
Runtime error
HridayKharpude
commited on
Commit
ยท
46cf0b4
1
Parent(s):
2ca52f5
Update app.py
Browse files
app.py
CHANGED
@@ -57,4 +57,7 @@ def predict_audio(Input_Audio, Playable_Audio):
|
|
57 |
audio = gr.inputs.Audio(source="upload", optional=False)
|
58 |
label = gr.outputs.Label()
|
59 |
|
60 |
-
gr.Interface(predict_audio,
|
|
|
|
|
|
|
|
57 |
audio = gr.inputs.Audio(source="upload", optional=False)
|
58 |
label = gr.outputs.Label()
|
59 |
|
60 |
+
gr.Interface(predict_audio,
|
61 |
+
["file","audio"],
|
62 |
+
outputs=label,
|
63 |
+
description="").launch(debug=True)
|