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