asigalov61 commited on
Commit
886ce38
1 Parent(s): 5bfb9ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -7
app.py CHANGED
@@ -200,17 +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('Melody2Song_Seq2Seq_Music_Transformer_Seed_Melodies_Data')
205
- print('=' * 70)
206
-
207
  app = gr.Blocks()
 
208
  with app:
209
 
210
- gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Melody2Song Seq2Seq Music Transformer</h1>")
211
- gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Generate unique songs from melodies with seq2seq music transformer</h1>")
212
  gr.Markdown(
213
- "![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.Melody2Song-Seq2Seq-Music-Transformer&style=flat)\n\n"
214
  "[Open In Colab]"
215
  "(https://colab.research.google.com/#fileId=https://huggingface.co/spaces/asigalov61/Melody2Song-Seq2Seq-Music-Transformer/blob/main/Melody2Song_Seq2Seq_Music_Transformer.ipynb)"
216
  " for custom MIDI melody option, faster execution and endless generation")
 
200
 
201
  soundfont = "SGM-v2.01-YamahaGrand-Guit-Bass-v2.7.sf2"
202
 
 
 
 
 
203
  app = gr.Blocks()
204
+
205
  with app:
206
 
207
+ gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Imagen POP Music Medley Diffusion Transformer</h1>")
208
+ gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Generate unique POP music medleys with Imagen diffusion transformer</h1>")
209
  gr.Markdown(
210
+ "![Visitors](https://api.visitorbadge.io/api/visitors?path=asigalov61.Imagen-POP-Music-Medley-Diffusion-Transformer&style=flat)\n\n"
211
  "[Open In Colab]"
212
  "(https://colab.research.google.com/#fileId=https://huggingface.co/spaces/asigalov61/Melody2Song-Seq2Seq-Music-Transformer/blob/main/Melody2Song_Seq2Seq_Music_Transformer.ipynb)"
213
  " for custom MIDI melody option, faster execution and endless generation")