File size: 378 Bytes
dd7040c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
cd .. git clone https://github.com/gradio-app/gradio cd gradio/js/_website/generate_jsons/ pip install --upgrade pip pip install --upgrade -r ~/app/requirements.txt pip install boto3 python generate.py cd ../src/lib/json/ cp changelog.json demos.json docs.json version.json guides/*.json ~/app/sources/ cd ~/app git add sources git commit -m "updated gradio sources" git push |