Anupam007 commited on
Commit
9191202
·
verified ·
1 Parent(s): bcd0494

Create git

Browse files
Files changed (1) hide show
  1. git +5 -0
git ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ git init
2
+ git add .
3
+ git commit -m "Initial commit"
4
+ git remote add origin <https://huggingface.co/spaces/Anupam007/EngTrainer/new/main>
5
+ git push -u origin main