# 🐞 AI Code Debugger — Executor + Gradio App This repository contains: - `executor.py` — a **Jina Executor** (lazy-loads your HF model). - `model_wrapper.py` — simple wrapper used by the Gradio app. - `app.py` — a Gradio UI (suitable for Hugging Face Spaces or local run). - `manifest.yml` & `config.yml` — metadata for Jina Hub. - `requirements.txt` — dependencies. ## Model This uses your fine-tuned model: `Girinath11/aiml_code_debug_model` on Hugging Face. **If the model is private**, set `HF_TOKEN` or run `huggingface-cli login` on the host to allow downloads. --- ## Run locally (quick) 1. Install deps: ```bash pip install -r requirements.txt