saumya-pailwan commited on
Commit
3b314da
·
verified ·
1 Parent(s): 2d169b5

new line fix

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 🎹\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",
 
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",