Spaces:
Runtime error
Runtime error
sander-wood
commited on
Commit
•
f0e1968
1
Parent(s):
2d608eb
Update app.py
Browse files
app.py
CHANGED
@@ -30,8 +30,8 @@ description = """
|
|
30 |
|
31 |
|
32 |
examples = [
|
33 |
-
["This is a traditional Irish dance music.\nNote Length-1/8\nMeter-6/8\nKey-D",
|
34 |
-
["This is a jazz-swing lead sheet with chord and vocal.",
|
35 |
]
|
36 |
|
37 |
|
|
|
30 |
|
31 |
|
32 |
examples = [
|
33 |
+
["This is a traditional Irish dance music.\nNote Length-1/8\nMeter-6/8\nKey-D", 1, 1024, 0.9, 1.0, 0],
|
34 |
+
["This is a jazz-swing lead sheet with chord and vocal.", 1, 1024, 0.9, 1.0, 0]
|
35 |
]
|
36 |
|
37 |
|