_Noxty commited on
Commit
c55c045
·
verified ·
1 Parent(s): a6de7fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="file")
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")