Spaces:
Build error
Build error
Tweaked demo params
Browse files
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="
|
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=
|
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 |
],
|