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