A newer version of the Gradio SDK is available:
5.42.0
metadata
title: MCPee
emoji: π³π±β‘οΈπ
sdk: gradio
sdk_version: 5.38.0
app_file: app.py
Dutch to Mestreechs Translator
This app provides:
- A user-friendly Gradio interface for Dutch to Mestreechs translations
- An API endpoint for programmatic access
Features
- Simple UI for manual translations
- REST API endpoint at
/api/translate
- Input validation for single words/short terms
- Example translations to get started
API Usage
Send a POST request to /api/translate
with JSON payload:
{
"text": "dutch_word"
}