eurosat-demo / README.md
robmarkcole's picture
Add hello example
9e937b6
|
raw
history blame
No virus
418 Bytes
---
title: Eurosat Demo
emoji: πŸ“‰
colorFrom: yellow
colorTo: indigo
sdk: gradio
sdk_version: 3.47.1
app_file: app.py
pinned: false
license: apache-2.0
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Hello world
# Local dev
python3 -m venv venv
source venv/bin/activate
(venv) $ pip install -r requirements.txt
(venv) $ gradio app.y
Go to http://127.0.0.1:7860/