Spaces:
Running
Running
File size: 406 Bytes
5af569a |
1 2 3 4 5 6 7 8 9 10 |
# 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 |