Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available:
5.43.1
π 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)
- Install deps:
pip install -r requirements.txt