Spaces:
Running
Running
asigalov61
commited on
Commit
•
73feb57
1
Parent(s):
05a464d
Update app.py
Browse files
app.py
CHANGED
@@ -190,7 +190,7 @@ if __name__ == "__main__":
|
|
190 |
print('App start time: {:%Y-%m-%d %H:%M:%S}'.format(datetime.datetime.now(PDT)))
|
191 |
print('=' * 70)
|
192 |
|
193 |
-
soundfonts = ["SGM-v2.01-YamahaGrand-Guit-Bass-v2.7.sf2", "Nice-Strings-PlusOrchestra-v1.6.sf2", "KBH-Real-Choir-V2.5.sf2"]
|
194 |
|
195 |
app = gr.Blocks()
|
196 |
with app:
|
@@ -212,7 +212,7 @@ if __name__ == "__main__":
|
|
212 |
|
213 |
gr.Markdown("## Select desired render options")
|
214 |
|
215 |
-
soundfont_bank = gr.Radio(["General MIDI", "Nice strings plus orchestra", "Real choir"], label="SoundFont bank", value="General MIDI")
|
216 |
|
217 |
render_sample_rate = gr.Radio(["16000", "32000", "44100"], label="MIDI audio render sample rate", value="16000")
|
218 |
|
|
|
190 |
print('App start time: {:%Y-%m-%d %H:%M:%S}'.format(datetime.datetime.now(PDT)))
|
191 |
print('=' * 70)
|
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"]
|
194 |
|
195 |
app = gr.Blocks()
|
196 |
with app:
|
|
|
212 |
|
213 |
gr.Markdown("## Select desired render options")
|
214 |
|
215 |
+
soundfont_bank = gr.Radio(["General MIDI", "Nice strings plus orchestra", "Real choir", "Super Game Boy"], label="SoundFont bank", value="General MIDI")
|
216 |
|
217 |
render_sample_rate = gr.Radio(["16000", "32000", "44100"], label="MIDI audio render sample rate", value="16000")
|
218 |
|