Spaces:
Running
on
Zero
Running
on
Zero
asigalov61
commited on
Commit
•
8882378
1
Parent(s):
54e1f01
Update app.py
Browse files
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
|
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")
|