Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -37,6 +37,6 @@ interface_options = {
|
|
37 |
}
|
38 |
|
39 |
demo = Interface(
|
40 |
-
fn=classify_audio, inputs= Audio(type="filepath"), outputs=[Label(), Number()], **interface_options
|
41 |
)
|
42 |
demo.launch(debug=False)
|
|
|
37 |
}
|
38 |
|
39 |
demo = Interface(
|
40 |
+
fn=classify_audio, inputs= Audio(type="filepath", examples=examples), outputs=[Label(), Number()], **interface_options
|
41 |
)
|
42 |
demo.launch(debug=False)
|