sample_1 / paper_code /setup_script.sh
zachlopez's picture
Transferring to hugging face gradio space
4d5aff4
#!/bin/bash
python -m pip install requirements.txt
git clone https://github.com/circulosmeos/gdown.pl.git
cd gdown.pl
./gdown.pl https://drive.google.com/open?id=15TvAxA8TS8nn1lCzpVPn-Myp5RDlJiHF gpt2
unzip gpt2
mv gpt2_pt_models ../.
cd ..