lauraibnz commited on
Commit
f4a055e
1 Parent(s): 886f1f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def predict(midi_file=None, prompt="", negative_prompt="", audio_length_in_s=5,
34
  )
35
  return (16000, audio.audios.T)
36
 
37
- with gr.Blocks(title="🎹 MIDI-AudioLDM", theme=gr.themes.Base(text_size=gr.themes.sizes.text_lg, font=[gr.themes.GoogleFont("Nunito Sans")])) as demo:
38
  gr.Markdown(
39
  """
40
  # 🎹 MIDI-AudioLDM
 
34
  )
35
  return (16000, audio.audios.T)
36
 
37
+ with gr.Blocks(title="🎹 MIDI-AudioLDM", theme=gr.themes.Base(text_size=gr.themes.sizes.text_md, font=[gr.themes.GoogleFont("Nunito Sans")])) as demo:
38
  gr.Markdown(
39
  """
40
  # 🎹 MIDI-AudioLDM