thecollabagepatch commited on
Commit
2907ea9
1 Parent(s): 72a3d04

oops greyed out iterations

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -295,7 +295,7 @@ with gr.Blocks() as iface:
295
  "thepatch/bleeps-medium (medium)",
296
  "thepatch/hoenn_lofi (large)"
297
  ], value="thepatch/vanya_ai_dnb_0.1 (small)")
298
- num_iterations = gr.Slider(label="Number of Iterations", minimum=1, maximum=1, step=1, value=3)
299
  generate_music_button = gr.Button("Generate Music")
300
  output_audio = gr.Audio(label="Generated Music", type="filepath")
301
  continue_button = gr.Button("Continue Generating Music")
 
295
  "thepatch/bleeps-medium (medium)",
296
  "thepatch/hoenn_lofi (large)"
297
  ], value="thepatch/vanya_ai_dnb_0.1 (small)")
298
+ num_iterations = gr.Slider(label="this does nothing rn", minimum=1, maximum=1, step=1, value=1)
299
  generate_music_button = gr.Button("Generate Music")
300
  output_audio = gr.Audio(label="Generated Music", type="filepath")
301
  continue_button = gr.Button("Continue Generating Music")