_Noxty
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -29,9 +29,8 @@ with gr.Blocks() as interface:
|
|
29 |
gr.Markdown("# 🎧 8D Audio Converter")
|
30 |
gr.Markdown("Upload your audio file, and this tool will transform it into 8D audio!")
|
31 |
|
32 |
-
|
33 |
-
|
34 |
-
audio_output = gr.Audio(label="8D Audio", type="filepath")
|
35 |
|
36 |
convert_button = gr.Button("Convert to 8D")
|
37 |
|
|
|
29 |
gr.Markdown("# 🎧 8D Audio Converter")
|
30 |
gr.Markdown("Upload your audio file, and this tool will transform it into 8D audio!")
|
31 |
|
32 |
+
audio_input = gr.Audio(label="Upload Audio", type="filepath")
|
33 |
+
audio_output = gr.Audio(label="8D Audio", type="filepath")
|
|
|
34 |
|
35 |
convert_button = gr.Button("Convert to 8D")
|
36 |
|