Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
9ac8728
1
Parent(s):
ae7da41
Update app.py
Browse files
app.py
CHANGED
@@ -273,7 +273,7 @@ gr.Interface(
|
|
273 |
title=title,
|
274 |
description=description,
|
275 |
article=article,
|
276 |
-
examples=[['vocals.wav']],
|
277 |
enable_queue=True
|
278 |
).launch(debug=True)
|
279 |
|
|
|
273 |
title=title,
|
274 |
description=description,
|
275 |
article=article,
|
276 |
+
examples=[['vocals.wav',"Analog Delay"]],
|
277 |
enable_queue=True
|
278 |
).launch(debug=True)
|
279 |
|