marcop commited on
Commit
2ecf6fd
·
1 Parent(s): d6c7221

Tweaked demo params

Browse files
Files changed (1) hide show
  1. utils.py +3 -3
utils.py CHANGED
@@ -511,9 +511,9 @@ class Utils_functions:
511
  fn=gradio_func,
512
  inputs=[
513
  gr.inputs.Radio(
514
- choices=["Techno", "Classical"],
515
  type="index",
516
- default="Techno",
517
  label="Music Genre to Generate (Brace yourself for very high levels of weirdness!)",
518
  ),
519
  gr.inputs.Radio(
@@ -526,7 +526,7 @@ class Utils_functions:
526
  minimum=0,
527
  maximum=100,
528
  step=1,
529
- default=50,
530
  label="Stability[left]/Variety[right] Tradeoff (Truncation Trick)",
531
  ),
532
  ],
 
511
  fn=gradio_func,
512
  inputs=[
513
  gr.inputs.Radio(
514
+ choices=["Techno/Experimental", "Classical"],
515
  type="index",
516
+ default="Classical",
517
  label="Music Genre to Generate (Brace yourself for very high levels of weirdness!)",
518
  ),
519
  gr.inputs.Radio(
 
526
  minimum=0,
527
  maximum=100,
528
  step=1,
529
+ default=25,
530
  label="Stability[left]/Variety[right] Tradeoff (Truncation Trick)",
531
  ),
532
  ],