Plachta commited on
Commit
471cd64
·
verified ·
1 Parent(s): 2072390

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -129,8 +129,8 @@ def voice_conversion(source, target, diffusion_steps, length_adjust, inference_c
129
  if __name__ == "__main__":
130
  description = "Zero-shot voice conversion with in-context learning. Check out our [GitHub repository](https://github.com/Plachtaa/seed-vc) for details and updates."
131
  inputs = [
132
- gr.Audio(source="upload", type="filepath", label="Source Audio"),
133
- gr.Audio(source="upload", type="filepath", label="Reference Audio"),
134
  gr.Slider(minimum=1, maximum=1000, value=100, step=1, label="Diffusion Steps"),
135
  gr.Slider(minimum=0.5, maximum=2.0, step=0.1, value=1.0, label="Length Adjust"),
136
  gr.Slider(minimum=0.1, maximum=1.0, step=0.1, value=0.7, label="Inference CFG Rate"),
 
129
  if __name__ == "__main__":
130
  description = "Zero-shot voice conversion with in-context learning. Check out our [GitHub repository](https://github.com/Plachtaa/seed-vc) for details and updates."
131
  inputs = [
132
+ gr.Audio(type="filepath", label="Source Audio"),
133
+ gr.Audio(type="filepath", label="Reference Audio"),
134
  gr.Slider(minimum=1, maximum=1000, value=100, step=1, label="Diffusion Steps"),
135
  gr.Slider(minimum=0.5, maximum=2.0, step=0.1, value=1.0, label="Length Adjust"),
136
  gr.Slider(minimum=0.1, maximum=1.0, step=0.1, value=0.7, label="Inference CFG Rate"),