nakas commited on
Commit
8b8163d
·
1 Parent(s): 19a07a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -247,8 +247,8 @@ def ui_full(launch_kwargs):
247
  cfg_coef = gr.Number(label="Classifier Free Guidance", value=3.0, interactive=True)
248
  with gr.Column():
249
  submit.click(predict_full,
250
- inputs=[model, text, melody, duration, topk, topp, temperature, cfg_coef],
251
- outputs=[output])
252
  radio.change(toggle_audio_src, radio, [melody], queue=False, show_progress=False)
253
  gr.Examples(
254
  fn=predict_full,
 
247
  cfg_coef = gr.Number(label="Classifier Free Guidance", value=3.0, interactive=True)
248
  with gr.Column():
249
  submit.click(predict_full,
250
+ inputs=[model, text, melody, duration, topk, topp, temperature, cfg_coef],
251
+ outputs=[output])
252
  radio.change(toggle_audio_src, radio, [melody], queue=False, show_progress=False)
253
  gr.Examples(
254
  fn=predict_full,