jina-code-debugger / readme.md
Girinath11's picture
Upload 7 files
87ce049 verified

A newer version of the Gradio SDK is available: 5.43.1

Upgrade

🐞 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:
pip install -r requirements.txt