---
name: "hf-space-autoark-ai-gpa-demo"
description: "Use the Hugging Face Space AutoArk-AI/GPA_DEMO."
metadata:
  source: huggingface-space
  spaceId: "AutoArk-AI/GPA_DEMO"
  hubUrl: https://huggingface.co/spaces/AutoArk-AI/GPA_DEMO
  agentsMdUrl: https://huggingface.co/spaces/AutoArk-AI/GPA_DEMO/agents.md
  appUrl: https://autoark-ai-gpa-demo.hf.space
---

# Hugging Face Space: AutoArk-AI/GPA_DEMO

Use this skill when the user wants to use the Hugging Face Space `AutoArk-AI/GPA_DEMO`.

- Space page: https://huggingface.co/spaces/AutoArk-AI/GPA_DEMO
- App URL: https://autoark-ai-gpa-demo.hf.space
- Source instructions: https://huggingface.co/spaces/AutoArk-AI/GPA_DEMO/agents.md

## Space agent instructions

To use this application (AutoArk-AI/GPA_DEMO: Convert speech to text, clone voices, and generate speech from text):
API schema: GET https://autoark-ai-gpa-demo.hf.space/gradio_api/info
Config (find fn_index): GET https://autoark-ai-gpa-demo.hf.space/config → dependencies[i].id where api_name matches API schema endpoint
Join the queue: POST https://autoark-ai-gpa-demo.hf.space/gradio_api/queue/join (pass {"data": [...], "fn_index": <from-config>, "session_hash": "<random-uuid>"})
Stream results: GET https://autoark-ai-gpa-demo.hf.space/gradio_api/queue/data?session_hash=<same-uuid>
File inputs: POST https://autoark-ai-gpa-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)
