Spaces:
Sleeping
Sleeping
Update runfile.py
Browse files- runfile.py +1 -1
runfile.py
CHANGED
|
@@ -50,7 +50,7 @@ def run_gradio():
|
|
| 50 |
|
| 51 |
iface = gr.Interface(
|
| 52 |
fn=gradio_interface,
|
| 53 |
-
inputs=[gr.Audio(
|
| 54 |
outputs=gr.Audio(type="numpy", label="Tuned Audio"),
|
| 55 |
title="Auto-Tune Voice",
|
| 56 |
description="Upload or record your voice and apply auto-tune.",
|
|
|
|
| 50 |
|
| 51 |
iface = gr.Interface(
|
| 52 |
fn=gradio_interface,
|
| 53 |
+
inputs=[gr.Audio(type="numpy"), gr.Number(value=440.0, label="Target Pitch")],
|
| 54 |
outputs=gr.Audio(type="numpy", label="Tuned Audio"),
|
| 55 |
title="Auto-Tune Voice",
|
| 56 |
description="Upload or record your voice and apply auto-tune.",
|