Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -255,7 +255,7 @@ waveform_opts = gr.WaveformOptions(
|
|
| 255 |
trim_region_color="#7c4dff"
|
| 256 |
)
|
| 257 |
|
| 258 |
-
with gr.Blocks(css=custom_css, theme=
|
| 259 |
gr.Markdown("<h1 style='font-weight: bold; text-align: center; font-size: 40px; margin: 0px;'>nanoMPC</h1>")
|
| 260 |
gr.Markdown("<p style='text-align: center; font-size: 18px;'>nanoMPC is a MIDI transformer model that generates lo-fi and boom bap beats.</p>")
|
| 261 |
|
|
|
|
| 255 |
trim_region_color="#7c4dff"
|
| 256 |
)
|
| 257 |
|
| 258 |
+
with gr.Blocks(css=custom_css, theme="soft") as iface:
|
| 259 |
gr.Markdown("<h1 style='font-weight: bold; text-align: center; font-size: 40px; margin: 0px;'>nanoMPC</h1>")
|
| 260 |
gr.Markdown("<p style='text-align: center; font-size: 18px;'>nanoMPC is a MIDI transformer model that generates lo-fi and boom bap beats.</p>")
|
| 261 |
|