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