---
name: "hf-space-blinkdl-rwkv-gradio-4"
description: "Use the Hugging Face Space BlinkDL/RWKV-Gradio-4."
metadata:
  source: huggingface-space
  spaceId: "BlinkDL/RWKV-Gradio-4"
  hubUrl: https://huggingface.co/spaces/BlinkDL/RWKV-Gradio-4
  agentsMdUrl: https://huggingface.co/spaces/BlinkDL/RWKV-Gradio-4/agents.md
  appUrl: https://blinkdl-rwkv-gradio-4.hf.space
---

# Hugging Face Space: BlinkDL/RWKV-Gradio-4

Use this skill when the user wants to use the Hugging Face Space `BlinkDL/RWKV-Gradio-4`.

- Space page: https://huggingface.co/spaces/BlinkDL/RWKV-Gradio-4
- App URL: https://blinkdl-rwkv-gradio-4.hf.space
- Source instructions: https://huggingface.co/spaces/BlinkDL/RWKV-Gradio-4/agents.md

## Space agent instructions

To use this application (BlinkDL/RWKV-Gradio-4: Generate HTML pages from text prompts with live previews):
API schema: GET https://blinkdl-rwkv-gradio-4.hf.space/gradio_api/info
Call endpoint: POST https://blinkdl-rwkv-gradio-4.hf.space/gradio_api/call/v2/{endpoint} {"param_name": value, ...}
Poll result: GET https://blinkdl-rwkv-gradio-4.hf.space/gradio_api/call/{endpoint}/{event_id}
File inputs: POST https://blinkdl-rwkv-gradio-4.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)
