Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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
|