Spaces:
Build error
Build error
File size: 975 Bytes
3cbf80f 9acaa15 3cbf80f 8908dc2 3cbf80f 8908dc2 7d8697e 8908dc2 7d8697e 8908dc2 9acaa15 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
---
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 |