1-page-pdf-cv-maker / run_command_to_deploy_gradio_app.bash
Abhishek Paliwal
Initial commit
5af569a
raw
history blame contribute delete
406 Bytes
# Run command for gradio cv maker = locally
#"$DIR_GITHUB/My-Pro-Python-Programs/my_python_virtual_environments/venv3/bin/python3" app.py
## Commit and push changes (for remote url, do `cat .git/config` from this dir)
git add * ;
git commit -m "HF_SPACE Updated on $(uname -n) - $(date)" ;
git push hfspace-1-page-pdf-cv-maker-remote main
# To deploy gradio on huggingface website publicly
gradio deploy