lopushanskyy commited on
Commit
5396612
1 Parent(s): 85f5277

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,7 +172,7 @@ midi_file_desc = """
172
  Audio file in .midi format
173
  """
174
 
175
- article = """# Classical Music Generation
176
  This model allows you to generate music based on audio input. Please upload a MIDI file below, choose music randomness and duration. The project has been created by the students of Ukrainian Catholic University for our ML course.
177
 
178
  We are using a GRU model to output new notes based on the given input. You can find more information at our Git repo: https://github.com/DmytroLopushanskyy/music-generation
 
172
  Audio file in .midi format
173
  """
174
 
175
+ article = """
176
  This model allows you to generate music based on audio input. Please upload a MIDI file below, choose music randomness and duration. The project has been created by the students of Ukrainian Catholic University for our ML course.
177
 
178
  We are using a GRU model to output new notes based on the given input. You can find more information at our Git repo: https://github.com/DmytroLopushanskyy/music-generation