Spaces:
Running
on
Zero
Running
on
Zero
new line fix
Browse files
app.py
CHANGED
|
@@ -97,9 +97,9 @@ def process_fn(prompt: str, temperature: float, max_length: int):
|
|
| 97 |
model_card = ModelCard(
|
| 98 |
name="Text2MIDI Generation",
|
| 99 |
description=(
|
| 100 |
-
"Turn your musical ideas into playable MIDI notes
|
| 101 |
-
"Input: Describe what you'd like to hear. For example: a gentle piano lullaby with soft strings
|
| 102 |
-
"Output: This model will generate a matching MIDI sequence for playback or editing
|
| 103 |
"Use the sliders to control the amount of creativity and length."
|
| 104 |
),
|
| 105 |
author="Keshav Bhandari, Abhinaba Roy, Kyra Wang, Geeta Puri, Simon Colton, Dorien Herremans",
|
|
|
|
| 97 |
model_card = ModelCard(
|
| 98 |
name="Text2MIDI Generation",
|
| 99 |
description=(
|
| 100 |
+
"Turn your musical ideas into playable MIDI notes. \n"
|
| 101 |
+
"Input: Describe what you'd like to hear. For example: a gentle piano lullaby with soft strings. \n"
|
| 102 |
+
"Output: This model will generate a matching MIDI sequence for playback or editing. \n"
|
| 103 |
"Use the sliders to control the amount of creativity and length."
|
| 104 |
),
|
| 105 |
author="Keshav Bhandari, Abhinaba Roy, Kyra Wang, Geeta Puri, Simon Colton, Dorien Herremans",
|