ford442 commited on
Commit
dd54b0a
·
verified ·
1 Parent(s): 9fa775a

Update demos/musicgen_app.py

Browse files
Files changed (1) hide show
  1. demos/musicgen_app.py +1 -1
demos/musicgen_app.py CHANGED
@@ -335,7 +335,7 @@ def ui_full(launch_kwargs):
335
  depth = gr.Radio(["float32", "bfloat16", "float16"],
336
  label="Model Precision", value="float32", interactive=True)
337
  with gr.Row():
338
- decoder = gr.Radio(["Default", "MultiBand_Diffusion"],
339
  label="Decoder", value="Default", interactive=True)
340
  with gr.Row():
341
  duration = gr.Slider(minimum=1, maximum=120, value=10, label="Duration", interactive=True)
 
335
  depth = gr.Radio(["float32", "bfloat16", "float16"],
336
  label="Model Precision", value="float32", interactive=True)
337
  with gr.Row():
338
+ decoder = gr.Radio(["Default", "MultiBand_Diffusion"],
339
  label="Decoder", value="Default", interactive=True)
340
  with gr.Row():
341
  duration = gr.Slider(minimum=1, maximum=120, value=10, label="Duration", interactive=True)