File size: 387 Bytes
47e85fc
 
 
 
 
 
 
 
 
 
 
 
af0160d
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: DemoCropMapping
emoji: 
colorFrom: indigo
colorTo: blue
sdk: streamlit
sdk_version: 1.10.0
app_file: app.py
pinned: false
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference


```
python3.8 -m venv venv
source venv/bin/activate

pip install -r requirements.txt

python -m streamlit run --server.address 127.0.0.1 app.py
```