Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -57,5 +57,6 @@ def inference(audio):
|
|
57 |
|
58 |
return f'The main sound is: {infered_class}'
|
59 |
|
60 |
-
|
|
|
61 |
|
|
|
57 |
|
58 |
return f'The main sound is: {infered_class}'
|
59 |
|
60 |
+
examples=[['miaow_16k.wav"']]
|
61 |
+
gr.Interface(inference,"audio","text",examples=examples).launch(enable_queue=True)
|
62 |
|