Spaces:
Build error
Build error
# cd spanfinder/ | |
# python -m sociolome.lome_webserver & | |
# cd .. | |
cd /.cache | |
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash | |
apt-get install -y git-lfs | |
git lfs install | |
cd - | |
git clone https://gossminn:$HF_TOKEN@huggingface.co/datasets/responsibility-framing/sociofillmore-datasets /.cache/sfdata | |
mv -v /.cache/sfdata/* /app/ | |
python -m sociofillmore.webapp.app 0.0.0.0 server | |