File size: 141 Bytes
68e2ca2
 
 
 
 
1
2
3
4
5
6
git init
git remote add origin https://huggingface.co/username/repository_name
git add .
git commit -m "Initial commit"
git push origin main