Spaces:
Running
on
Zero
Running
on
Zero
Tim-gubski
commited on
Commit
•
6c2a42e
1
Parent(s):
2d9a1dc
description added
Browse files
app.py
CHANGED
@@ -5,8 +5,12 @@ from audio2hero import generate_midi
|
|
5 |
gradio_app = gr.Interface(
|
6 |
generate_midi,
|
7 |
inputs=gr.Audio(label="Input Audio", type="filepath"),
|
8 |
-
outputs=gr.File(label="Output MIDI"),
|
9 |
title="Audio2Hero AI Autocharter for CloneHero",
|
|
|
|
|
|
|
|
|
10 |
)
|
11 |
|
12 |
if __name__ == "__main__":
|
|
|
5 |
gradio_app = gr.Interface(
|
6 |
generate_midi,
|
7 |
inputs=gr.Audio(label="Input Audio", type="filepath"),
|
8 |
+
outputs=gr.File(label="Output MIDI Zip File"),
|
9 |
title="Audio2Hero AI Autocharter for CloneHero",
|
10 |
+
description="""Audio2Hero will generate a medium difficulty Clone Hero chart from any audio file.
|
11 |
+
Make sure to rename your audio file to 'Artist - Song Name' for the autocharter to correctly
|
12 |
+
generate the song.ini file. The output will be a zip file containing the MIDI file, song.ogg
|
13 |
+
and song.ini file. The auto charter takes about 3 minutes to generate so please be patient. Hope you enjoy!""",
|
14 |
)
|
15 |
|
16 |
if __name__ == "__main__":
|