DeepLearning101
commited on
Commit
·
dca743f
1
Parent(s):
1759528
Update app.py
Browse files
app.py
CHANGED
@@ -41,10 +41,10 @@ demo = gr.Interface(
|
|
41 |
),
|
42 |
allow_flagging="never",
|
43 |
examples=[
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
],
|
49 |
)
|
50 |
|
|
|
41 |
),
|
42 |
allow_flagging="never",
|
43 |
examples=[
|
44 |
+
"exampleAudio/15s_2020-03-27_sep1.wav",
|
45 |
+
"exampleAudio/13s_2020-03-27_sep2.wav",
|
46 |
+
"exampleAudio/30s_2020-04-23_sep1.wav",
|
47 |
+
"exampleAudio/15s_2020-04-23_sep2.wav",
|
48 |
],
|
49 |
)
|
50 |
|