johann22 commited on
Commit
c09e284
1 Parent(s): 0cea263

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ import gradio as gr
7
  def write_song():
8
 
9
  current_daw = daw(3)
10
- current_daw.load(0, 'EMU II ACOUSTIC GUITAR.sf2')
11
- current_daw.load(1, 'Arachno.sf2')
12
 
13
  bass1 = chord('A1') % (1,) * 4
14
  bass2 = (chord('A1, A2') % (1/16, 1/8) * 4 |
 
7
  def write_song():
8
 
9
  current_daw = daw(3)
10
+ #current_daw.load(0, 'EMU II ACOUSTIC GUITAR.sf2')
11
+ #current_daw.load(1, 'Arachno.sf2')
12
 
13
  bass1 = chord('A1') % (1,) * 4
14
  bass2 = (chord('A1, A2') % (1/16, 1/8) * 4 |