clicker / README.md
ebanek's picture
Prep for Hugging Face Spaces: add img.jpg + requirements.txt, drop share=True, use tempfile for CSV export
5e5b00f
|
Raw
History Blame Contribute Delete
570 Bytes
---
title: Clicker for getting points
python_version: "3.11"
app_file: app.py
pinned: false
sdk: gradio
sdk_version: "6.9.0"
---
# App for getting points from a geographic map - lots of manual clicking
## First clone the repository
In terminal, where you would like the clicker folder to be written
```bash
git clone git@github.com:ebanek/clicker.git
```
## Running
In the root of the repository (which contains app.py), run the following:
You need to have [uv installed](https://docs.astral.sh/uv/getting-started/installation/).
```bash
uv run gradio app.py
```