Pliploop commited on
Commit
39d820b
·
verified ·
1 Parent(s): 9d8127c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -35,10 +35,10 @@ MAX_SLIDERS = 5
35
  DEBUG = os.environ.get("SSR_DEBUG", "1").lower() not in {"0", "false", "no", "off"}
36
  EXAMPLE_CONCEPTS = [
37
  "piano",
 
 
38
  "synthwave",
39
- "less vocals",
40
- "more drums",
41
- "distorted guitar",
42
  "dreamy and ethereal",
43
  "warm and intimate",
44
  ]
@@ -702,7 +702,7 @@ with gr.Blocks(title="Sparse Steerable Retrieval", css=CSS, theme=THEME) as demo
702
  with gr.Row():
703
  concept = gr.Textbox(
704
  label="Concept",
705
- placeholder="piano, synthwave, less vocals, more drums",
706
  scale=4,
707
  )
708
  make_btn = gr.Button("Make slider", variant="primary", scale=1)
 
35
  DEBUG = os.environ.get("SSR_DEBUG", "1").lower() not in {"0", "false", "no", "off"}
36
  EXAMPLE_CONCEPTS = [
37
  "piano",
38
+ "electric guitar",
39
+ "female vocals",
40
  "synthwave",
41
+ "acoustic",
 
 
42
  "dreamy and ethereal",
43
  "warm and intimate",
44
  ]
 
702
  with gr.Row():
703
  concept = gr.Textbox(
704
  label="Concept",
705
+ placeholder="piano, electric guitar, female vocals, acoustic",
706
  scale=4,
707
  )
708
  make_btn = gr.Button("Make slider", variant="primary", scale=1)