Hev832 commited on
Commit
b38281f
·
verified ·
1 Parent(s): 8af6a09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from autotune_script import autotune
5
  with gr.Blocks() as demo:
6
  gr.Markdown("## Autotune Audio File")
7
 
8
- path_input = gr.Audio(label="Path to Audio File", placeholder="your audio file", type="filepath")
9
  scale_input = gr.Textbox(label="Scale", placeholder="Enter the scale (e.g., C5)")
10
 
11
  output_text = gr.Audio(label="Output", placeholder="Autotune script output will appear here")
 
5
  with gr.Blocks() as demo:
6
  gr.Markdown("## Autotune Audio File")
7
 
8
+ path_input = gr.Audio(label="Path to Audio File", placeholder="your audio file", type="numpy")
9
  scale_input = gr.Textbox(label="Scale", placeholder="Enter the scale (e.g., C5)")
10
 
11
  output_text = gr.Audio(label="Output", placeholder="Autotune script output will appear here")