Spaces:
Build error
Build error
Update app.py
Browse files
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="
|
| 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")
|