--- title: GenAI-DeepDetect emoji: "🔍" colorFrom: red colorTo: gray sdk: gradio sdk_version: "6.0.1" app_file: app.py base_path: / pinned: true hardware: zero-gpu license: mit --- # GenAI-DeepDetect Gradio Space with FastAPI routes mounted into the same ASGI app. Frontend/API endpoints: - `GET /health` - `GET /api/health` - `GET /health/models` - `GET /api/health/models` - `POST /detect/image` - `POST /api/detect/image` - `POST /detect/video` - `POST /api/detect/video` Interactive Gradio demo: - `GET /` - `GET /gradio` (compat redirect)