---
name: "hf-space-microsoft-vibevoice-asr-bitnet-demo"
description: "Use the Hugging Face Space microsoft/vibevoice-asr-bitnet-demo."
metadata:
  source: huggingface-space
  spaceId: "microsoft/vibevoice-asr-bitnet-demo"
  hubUrl: https://huggingface.co/spaces/microsoft/vibevoice-asr-bitnet-demo
  agentsMdUrl: https://huggingface.co/spaces/microsoft/vibevoice-asr-bitnet-demo/agents.md
  appUrl: https://microsoft-vibevoice-asr-bitnet-demo.hf.space
---

# Hugging Face Space: microsoft/vibevoice-asr-bitnet-demo

Use this skill when the user wants to use the Hugging Face Space `microsoft/vibevoice-asr-bitnet-demo`.

- Space page: https://huggingface.co/spaces/microsoft/vibevoice-asr-bitnet-demo
- App URL: https://microsoft-vibevoice-asr-bitnet-demo.hf.space
- Source instructions: https://huggingface.co/spaces/microsoft/vibevoice-asr-bitnet-demo/agents.md

## Space agent instructions

To use this application (microsoft/vibevoice-asr-bitnet-demo: Transcribe multilingual speech to text on CPU):
API schema: GET https://microsoft-vibevoice-asr-bitnet-demo.hf.space/gradio_api/info
Call endpoint: POST https://microsoft-vibevoice-asr-bitnet-demo.hf.space/gradio_api/call/v2/{endpoint} {"param_name": value, ...}
Poll result: GET https://microsoft-vibevoice-asr-bitnet-demo.hf.space/gradio_api/call/{endpoint}/{event_id}
File inputs: POST https://microsoft-vibevoice-asr-bitnet-demo.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)
