Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ mic_classify = gr.Interface(
|
|
27 |
theme="huggingface",
|
28 |
description=description,
|
29 |
examples=[
|
30 |
-
["./scene3_329.wav"],
|
31 |
["./scene1_200.wav"],
|
32 |
["./light_422.wav"],
|
33 |
["./ambient_476.wav"],
|
|
|
27 |
theme="huggingface",
|
28 |
description=description,
|
29 |
examples=[
|
30 |
+
["./scene3_329.wav",],
|
31 |
["./scene1_200.wav"],
|
32 |
["./light_422.wav"],
|
33 |
["./ambient_476.wav"],
|