Anupam251272 commited on
Commit
50c0887
1 Parent(s): d76dbf8

Create git

Browse files
Files changed (1) hide show
  1. git +5 -0
git ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ cd /path/to/sachin-tendulkar-chatbot
2
+ git init
3
+ git commit -m "Initial commit"
4
+ git remote add origin https://huggingface.co/spaces/Anupam251272/sachin-tendulkar-interactive-chat
5
+ git push -u origin main