A newer version of the Gradio SDK is available: 6.19.0
metadata
title: Template Final Assignment
emoji: 🕵🏻♂️
colorFrom: indigo
colorTo: indigo
sdk: gradio
sdk_version: 5.25.2
app_file: app.py
pinned: false
hf_oauth: true
hf_oauth_expiration_minutes: 480
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Local development
This project uses uv for the local isolated environment and keeps
requirements.txt for Hugging Face Spaces deployment.
Create or update the local environment:
uv sync
Run the Gradio app locally:
uv run python app.py
After changing dependencies in pyproject.toml, refresh the Space
requirements file:
uv lock
uv export --format requirements-txt --no-hashes --output-file requirements.txt