Plachta commited on
Commit
1f59dbe
1 Parent(s): 1174a8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -226,7 +226,7 @@ def voice_conversion(source, target, diffusion_steps, length_adjust, inference_c
226
 
227
 
228
  if __name__ == "__main__":
229
- description = "Zero-shot voice conversion with in-context learning. Check out our [GitHub repository](https://github.com/Plachtaa/seed-vc) for details and updates."
230
  inputs = [
231
  gr.Audio(type="filepath", label="Source Audio"),
232
  gr.Audio(type="filepath", label="Reference Audio"),
 
226
 
227
 
228
  if __name__ == "__main__":
229
+ description = "Zero-shot voice conversion with in-context learning. Check out our [GitHub repository](https://github.com/Plachtaa/seed-vc) for details and updates."
230
  inputs = [
231
  gr.Audio(type="filepath", label="Source Audio"),
232
  gr.Audio(type="filepath", label="Reference Audio"),