Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ def predict(midi_file=None, prompt="", negative_prompt="", audio_length_in_s=5,
|
|
| 40 |
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:
|
| 41 |
gr.HTML(
|
| 42 |
"""
|
| 43 |
-
<h1 align="center"; size="16">🎹 MIDI-AudioLDM </h1>
|
| 44 |
""")
|
| 45 |
gr.Markdown(
|
| 46 |
"""
|
|
|
|
| 40 |
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:
|
| 41 |
gr.HTML(
|
| 42 |
"""
|
| 43 |
+
<h1 align="center"; size="16">🎹 MIDI-AudioLDM </h1>
|
| 44 |
""")
|
| 45 |
gr.Markdown(
|
| 46 |
"""
|