johann22 commited on
Commit
50c0ed3
1 Parent(s): 54b0803

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- export(guitar, filename="tmp.wav", bpm=100, instrument=25)
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