Spaces:
Running
Running
# 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 |