asigalov61 commited on
Commit
8882378
1 Parent(s): 54e1f01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -225,7 +225,7 @@ if __name__ == "__main__":
225
  " for faster execution and endless generation"
226
  )
227
  js_msg = JSMsgReceiver()
228
- input_drums = gr.Checkbox(label="Add Drums", value=False, info="Add Drums to the composition")
229
  input_instrument = gr.Radio(
230
  ["Piano", "Guitar", "Bass", "Violin", "Cello", "Harp", "Trumpet", "Sax", "Flute", "Choir", "Organ"],
231
  value="Piano", label="Lead Instrument Controls", info="Desired lead instrument")
 
225
  " for faster execution and endless generation"
226
  )
227
  js_msg = JSMsgReceiver()
228
+ input_drums = gr.Checkbox(label="Add Drums", value=False, info="Add drums to the composition")
229
  input_instrument = gr.Radio(
230
  ["Piano", "Guitar", "Bass", "Violin", "Cello", "Harp", "Trumpet", "Sax", "Flute", "Choir", "Organ"],
231
  value="Piano", label="Lead Instrument Controls", info="Desired lead instrument")