File size: 345 Bytes
448aabd 2890e34 3241182 b11ac48 b800f54 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
git clone --depth=1 --branch=main https://gossminn:$HF_TOKEN@huggingface.co/datasets/responsibility-framing/sociofillmore-datasets /.sf-data-cache/
rm -rfv /.sf-data-cache/.git/
mv -v /.cache/.sf-data-cache/ /app/
cd spanfinder/
python -m sociolome.lome_webserver &
cd ..
du -h -d 2
sleep 10
python -m sociofillmore.webapp.app 0.0.0.0 server
|