Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.14.0
metadata
title: Maria Learning Service
emoji: π
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.9.1
app_file: app.py
pinned: false
license: mit
Maria Learning Service
A FastAPI-based AI tutoring service powered by Qwen3.5-2B (4-bit quantized) with ZeroGPU.
Endpoint
POST /chat β Main tutoring endpointGET /health β Health check
Authentication
Pass one of these headers per request:
| Header | Description |
|---|---|
auth_code |
Raw value whose SHA-256 must match HASH_VALUE secret |
cf-turnstile-token |
Cloudflare Turnstile token verified against CF_SECRET_KEY secret |
Secrets Required
Set these in your Space β Settings β Secrets:
HASH_VALUEβ SHA-256 hex digest of your auth codeCF_SECRET_KEYβ Cloudflare Turnstile secret key