Hev832 commited on
Commit
a7d5cd7
·
verified ·
1 Parent(s): 2ae534a

Update runfile.py

Browse files
Files changed (1) hide show
  1. 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(source="microphone", 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.",
 
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.",