Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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"),
|