Spaces:
Runtime error
Runtime error
Commit
·
59216d7
1
Parent(s):
a9ba585
Update app.py
Browse files
app.py
CHANGED
@@ -97,4 +97,5 @@ demo = gr.Interface(
|
|
97 |
audio_tag,
|
98 |
gr.Audio(source="upload", type="filepath", label="Your audio"),
|
99 |
gr.Textbox(),
|
|
|
100 |
).launch(debug=True)
|
|
|
97 |
audio_tag,
|
98 |
gr.Audio(source="upload", type="filepath", label="Your audio"),
|
99 |
gr.Textbox(),
|
100 |
+
examples=[["metro_station-paris.wav"]]
|
101 |
).launch(debug=True)
|