Spaces:
No application file
No application file
git init | |
git remote add origin https://huggingface.co/username/repository_name | |
git add . | |
git commit -m "Initial commit" | |
git push origin main | |