Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
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 |
-
"
|
| 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,
|
| 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)
|