Spaces:
Running
on
Zero
Running
on
Zero
erl-j
commited on
Commit
·
1056399
1
Parent(s):
ed55dd9
some css changes
Browse files- app.py +8 -7
- custom.css +2 -2
app.py
CHANGED
|
@@ -146,13 +146,7 @@ with demo:
|
|
| 146 |
visible=False,
|
| 147 |
elem_id="individual-wav-files",
|
| 148 |
)
|
| 149 |
-
|
| 150 |
-
html = """
|
| 151 |
-
<div id="keyboard-container"></div>
|
| 152 |
-
"""
|
| 153 |
-
|
| 154 |
-
gr.HTML(html)
|
| 155 |
-
|
| 156 |
gr.Markdown("## Download Soundfont Package here:")
|
| 157 |
with gr.Row():
|
| 158 |
sf = gr.File(
|
|
@@ -162,6 +156,13 @@ with demo:
|
|
| 162 |
elem_id="sfz",
|
| 163 |
)
|
| 164 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 165 |
gr.Markdown("""
|
| 166 |
# About
|
| 167 |
The model is a modified version of [stable audio open](https://huggingface.co/stabilityai/stable-audio-open-1.0).
|
|
|
|
| 146 |
visible=False,
|
| 147 |
elem_id="individual-wav-files",
|
| 148 |
)
|
| 149 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 150 |
gr.Markdown("## Download Soundfont Package here:")
|
| 151 |
with gr.Row():
|
| 152 |
sf = gr.File(
|
|
|
|
| 156 |
elem_id="sfz",
|
| 157 |
)
|
| 158 |
|
| 159 |
+
html = """
|
| 160 |
+
<div id="keyboard-container"></div>
|
| 161 |
+
"""
|
| 162 |
+
|
| 163 |
+
gr.HTML(html)
|
| 164 |
+
|
| 165 |
+
|
| 166 |
gr.Markdown("""
|
| 167 |
# About
|
| 168 |
The model is a modified version of [stable audio open](https://huggingface.co/stabilityai/stable-audio-open-1.0).
|
custom.css
CHANGED
|
@@ -216,7 +216,7 @@
|
|
| 216 |
transform: translateX(-50%);
|
| 217 |
padding: 10px 20px;
|
| 218 |
border-radius: 20px;
|
| 219 |
-
font-size:
|
| 220 |
display: flex;
|
| 221 |
align-items: center;
|
| 222 |
gap: 8px;
|
|
@@ -225,7 +225,7 @@
|
|
| 225 |
}
|
| 226 |
|
| 227 |
.loader.active {
|
| 228 |
-
background-color: #
|
| 229 |
border: 1px solid #00ff22;
|
| 230 |
color: #00ffae;
|
| 231 |
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
|
|
|
| 216 |
transform: translateX(-50%);
|
| 217 |
padding: 10px 20px;
|
| 218 |
border-radius: 20px;
|
| 219 |
+
font-size: 30px;
|
| 220 |
display: flex;
|
| 221 |
align-items: center;
|
| 222 |
gap: 8px;
|
|
|
|
| 225 |
}
|
| 226 |
|
| 227 |
.loader.active {
|
| 228 |
+
background-color: #30b275;
|
| 229 |
border: 1px solid #00ff22;
|
| 230 |
color: #00ffae;
|
| 231 |
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|