--- title: My Hugging Face Space emoji: 🚀 colorFrom: blue colorTo: purple sdk: gradio sdk_version: 5.42.0 app_file: app.py pinned: false --- # My Hugging Face Space This is a Hugging Face Space running a Python app using **Gradio**. It is set up to install the required system packages and Python dependencies so it works on the latest Debian base images used by Hugging Face. --- ## 🚀 Running on Hugging Face This Space uses: - **Python 3.x** (via Hugging Face build image) - **System packages** listed in `packages.txt` - **Python dependencies** listed in `requirements.txt` ### Fixed: libgl1-mesa-glx Error Debian Trixie (used by Hugging Face) has removed the `libgl1-mesa-glx` package. This repo uses `libgl1` instead to avoid the `E: Unable to locate package libgl1-mesa-glx` build error. --- ## 📦 Installation If you want to run locally: 1. **Clone the repo** ```bash git clone https://huggingface.co/spaces/USERNAME/REPO_NAME cd REPO_NAME