Spaces:
Sleeping
Sleeping
Add initial module structure and entry points for modeling and utilities
6ba63c9
if [ -f "/run/secrets/HF_TOKEN" ]; then | |
export HF_TOKEN=$(cat /run/secrets/HF_TOKEN) | |
fi | |
exec conda run --no-capture-output -n biomedparse python main.py | |