Nex432 commited on
Commit
be227c8
1 Parent(s): 8a807cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -13,6 +13,9 @@ import tqdm
13
  import TMIDIX
14
  from midi_to_colab_audio import midi_to_colab_audio
15
 
 
 
 
16
  import copy
17
  from collections import Counter
18
  import random
@@ -192,7 +195,7 @@ if __name__ == "__main__":
192
 
193
  soundfonts = ["SGM-v2.01-YamahaGrand-Guit-Bass-v2.7.sf2", "Nice-Strings-PlusOrchestra-v1.6.sf2", "KBH-Real-Choir-V2.5.sf2", "SuperGameBoy.sf2","ProtoSquare_.sf2"]
194
 
195
- app = gr.Blocks()
196
  with app:
197
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Advanced MIDI Renderer</h1>")
198
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Transform and render any MIDI</h1>")
 
13
  import TMIDIX
14
  from midi_to_colab_audio import midi_to_colab_audio
15
 
16
+ from Applio import *
17
+
18
+
19
  import copy
20
  from collections import Counter
21
  import random
 
195
 
196
  soundfonts = ["SGM-v2.01-YamahaGrand-Guit-Bass-v2.7.sf2", "Nice-Strings-PlusOrchestra-v1.6.sf2", "KBH-Real-Choir-V2.5.sf2", "SuperGameBoy.sf2","ProtoSquare_.sf2"]
197
 
198
+ app = gr.Blocks(theme=applio)
199
  with app:
200
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Advanced MIDI Renderer</h1>")
201
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>Transform and render any MIDI</h1>")