Feliks Zaslavskiy
Add environment file for conda
cf9bb91
|
raw
history blame
No virus
436 Bytes
---
title: Address matching Example
emoji: 💩
colorFrom: blue
colorTo: gray
sdk: streamlit
sdk_version: 1.19.0
python_version: 3.9
app_file: app.py
pinned: false
license: mit
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
For local testing
To create env file: conda env export --from-history > environment.yml
To create an env form env file: conda env create -f environment.yml