Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def write_song():
|
|
15 |
C('AbM7', 2, 1/4, 1/8)^2 |
|
16 |
C('G7sus', 2, 1/4, 1/8)^2) * 2
|
17 |
|
18 |
-
|
19 |
return "tmp.wav"
|
20 |
def write_song2():
|
21 |
|
|
|
15 |
C('AbM7', 2, 1/4, 1/8)^2 |
|
16 |
C('G7sus', 2, 1/4, 1/8)^2) * 2
|
17 |
|
18 |
+
write(guitar, name="tmp.wav", save_as_file=True, bpm=100, instrument=25)
|
19 |
return "tmp.wav"
|
20 |
def write_song2():
|
21 |
|