Spaces:
Sleeping
Sleeping
| # Repository Notes | |
| This repository is a Hugging Face Space built with Gradio. | |
| ## Project context | |
| - Main app entrypoint: app.py | |
| - Space configuration: README.md (Hugging Face Spaces metadata) | |
| - Runtime uses Gradio and is intended to be served as a Hugging Face Space | |
| ## Common guidance for agents | |
| - Keep changes compatible with Gradio apps and the Spaces runtime | |
| - Preserve the existing Space metadata in README.md when editing configuration | |
| - Prefer small, incremental updates to app.py and related files | |
| - If introducing dependencies, ensure they are compatible with the Space environment | |