---
name: "hf-space-plachta-seed-vc"
description: "Use the Hugging Face Space Plachta/Seed-VC."
metadata:
  source: huggingface-space
  spaceId: "Plachta/Seed-VC"
  hubUrl: https://huggingface.co/spaces/Plachta/Seed-VC
  agentsMdUrl: https://huggingface.co/spaces/Plachta/Seed-VC/agents.md
  appUrl: https://plachta-seed-vc.hf.space
---

# Hugging Face Space: Plachta/Seed-VC

Use this skill when the user wants to use the Hugging Face Space `Plachta/Seed-VC`.

- Space page: https://huggingface.co/spaces/Plachta/Seed-VC
- App URL: https://plachta-seed-vc.hf.space
- Source instructions: https://huggingface.co/spaces/Plachta/Seed-VC/agents.md

## Space agent instructions

To use this application (Plachta/Seed-VC: Convert any voice to match another speaker instantly):
API schema: GET https://plachta-seed-vc.hf.space/gradio_api/info
Config (find fn_index): GET https://plachta-seed-vc.hf.space/config → dependencies[i].id where api_name matches API schema endpoint
Join the queue: POST https://plachta-seed-vc.hf.space/gradio_api/queue/join (pass {"data": [...], "fn_index": <from-config>, "session_hash": "<random-uuid>"})
Stream results: GET https://plachta-seed-vc.hf.space/gradio_api/queue/data?session_hash=<same-uuid>
File inputs: POST https://plachta-seed-vc.hf.space/gradio_api/upload -F "files=@file.ext", use as: {"path": "<returned-path>", "meta": {"_type": "gradio.FileData"}, "orig_name": "file.ext"}
Auth: Bearer $HF_TOKEN (https://huggingface.co/settings/tokens)
