A newer version of the Gradio SDK is available:
5.33.2
metadata
title: Website Generator
emoji: 💻
colorFrom: green
colorTo: gray
sdk: gradio
sdk_version: 5.31.0
app_file: app.py
pinned: false
license: mit
short_description: Transform website screenshots into functional HTML code,
tags:
- mcp-server-track
Usage Instructions
Video_URL: https://youtu.be/3GxNtBQRIUE
Local Setup
Install dependencies:
pip install -r requirements.txt
Run the application:
python app.py
MCP Configuration
If you want to use this tool with MCP (Model Context Protocol), copy the following configuration:
{
"mcpServers": {
"gradio": {
"command": "npx",
"args": [
"mcp-remote",
"https://agents-mcp-hackathon-website-generator.hf.space/gradio_api/mcp/sse",
"--transport",
"sse-only"
]
}
}
}