| title | Glucosedao |
|---|---|
| emoji | 📈 |
| colorFrom | blue |
| colorTo | purple |
| sdk | gradio |
| sdk_version | 4.44.0 |
| app_file | app.py |
| pinned | false |
| license | apache-2.0 |
| short_description | space for the GlucoseDao project |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
For a local setup, you can use uv to manage your Python environment and run the application.
-
Install uv: If you don't have
uvinstalled, you can install it by following the official instructions at https://github.com/astral-sh/uv. A common way to install it is:curl -LsSf https://astral.sh/uv/install.sh | sh -
Run the application: Once
uvis installed, you can run the Gradio application using:uv run app.py