Spaces:
Running
on
Zero
Running
on
Zero
Upload app.py
Browse files
app.py
CHANGED
@@ -9,11 +9,11 @@ gradio_app = gr.Interface(
|
|
9 |
spaces.GPU(generate_midi),
|
10 |
inputs=gr.Audio(label="Input Audio", type="filepath"),
|
11 |
outputs=gr.File(label="Output MIDI Zip File"),
|
12 |
-
title="Audio2Hero AI
|
13 |
-
description="""Audio2Hero will generate a medium difficulty Clone Hero chart from any audio file.
|
14 |
Make sure to rename your audio file to 'Artist - Song Name' for the autocharter to correctly
|
15 |
generate the song.ini file. The output will be a zip file containing the MIDI file, song.ogg
|
16 |
-
and song.ini file. The auto charter
|
17 |
)
|
18 |
|
19 |
if __name__ == "__main__":
|
|
|
9 |
spaces.GPU(generate_midi),
|
10 |
inputs=gr.Audio(label="Input Audio", type="filepath"),
|
11 |
outputs=gr.File(label="Output MIDI Zip File"),
|
12 |
+
title="Audio2Hero AI Charter Assistant for CloneHero",
|
13 |
+
description="""Audio2Hero will generate a medium difficulty Clone Hero chart from any audio file. This can be a helping starting point to create your own charts, or you can play them as is!
|
14 |
Make sure to rename your audio file to 'Artist - Song Name' for the autocharter to correctly
|
15 |
generate the song.ini file. The output will be a zip file containing the MIDI file, song.ogg
|
16 |
+
and song.ini file. The auto charter can take upto 45 seconds to generate so please be patient. Hope you enjoy!""",
|
17 |
)
|
18 |
|
19 |
if __name__ == "__main__":
|