patchbanks commited on
Commit
7c54b2b
·
verified ·
1 Parent(s): 7e5e13f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=gr.themes.Monochrome(font=gr.themes.GoogleFont("Roboto"))) 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
 
 
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