asigalov61 commited on
Commit
88d8b6d
1 Parent(s): 1c49c97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -200,10 +200,14 @@ if __name__ == "__main__":
200
 
201
  soundfont = "SGM-v2.01-YamahaGrand-Guit-Bass-v2.7.sf2"
202
 
203
- print('Loading seed meldoies data...')
204
  seed_melodies_data = TMIDIX.Tegridy_Any_Pickle_File_Reader('processed_scores')
205
  print('=' * 70)
206
-
 
 
 
 
207
  app = gr.Blocks()
208
  with app:
209
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Melody2Song Seq2Seq Music Transformer</h1>")
 
200
 
201
  soundfont = "SGM-v2.01-YamahaGrand-Guit-Bass-v2.7.sf2"
202
 
203
+ print('Loading Annotated MIDI Dataset processed scores...')
204
  seed_melodies_data = TMIDIX.Tegridy_Any_Pickle_File_Reader('processed_scores')
205
  print('=' * 70)
206
+
207
+ print('Loading Annotated MIDI Dataset Classifier Songs Artists Labels...')
208
+ seed_melodies_data = TMIDIX.Tegridy_Any_Pickle_File_Reader('Annotated_MIDI_Dataset_Classifier_Songs_Artists_Labels')
209
+ print('=' * 70)
210
+
211
  app = gr.Blocks()
212
  with app:
213
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Melody2Song Seq2Seq Music Transformer</h1>")