Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
2c54192
1
Parent(s):
fdd44a9
Update app.py
Browse files
app.py
CHANGED
@@ -277,7 +277,7 @@ gr.Interface(
|
|
277 |
title=title,
|
278 |
description=description,
|
279 |
article=article,
|
280 |
-
examples=[['vocals.wav',"Analog Delay"]],
|
281 |
enable_queue=True
|
282 |
).launch(debug=True)
|
283 |
|
|
|
277 |
title=title,
|
278 |
description=description,
|
279 |
article=article,
|
280 |
+
examples=[['vocals.wav',"Analog Delay",-24,-1.4,3,70,50,30]],
|
281 |
enable_queue=True
|
282 |
).launch(debug=True)
|
283 |
|