Spaces:
Sleeping
Sleeping
File size: 169 Bytes
6ba63c9 |
1 2 3 4 5 6 |
#!/bin/bash
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
|