Alexxggs commited on
Commit
e5cc33e
·
1 Parent(s): 517e102

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ def ui_full(launch_kwargs):
150
  with gr.Column():
151
  with gr.Row():
152
  text = gr.Text(label="Текст пример (bass drum cyberpunk)", interactive=True)
153
- melody = gr.Audio(source="upload", type="numpy", label="Melody Condition (optional)", interactive=True)
154
  with gr.Row():
155
  submit = gr.Button("Создать")
156
  # Adapted from https://github.com/rkfg/audiocraft/blob/long/app.py, MIT license.
 
150
  with gr.Column():
151
  with gr.Row():
152
  text = gr.Text(label="Текст пример (bass drum cyberpunk)", interactive=True)
153
+ melody = gr.Audio(source="upload", type="numpy", label="Melody Condition (необязательно)", interactive=True)
154
  with gr.Row():
155
  submit = gr.Button("Создать")
156
  # Adapted from https://github.com/rkfg/audiocraft/blob/long/app.py, MIT license.