--- 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 ```