Anupam202224 commited on
Commit
78a6c3d
·
verified ·
1 Parent(s): a84e10b

Create Git

Browse files
Files changed (1) hide show
  1. Git +6 -0
Git ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ huggingface-cli repo create Diabetes-Treatment-Recommendation --type=space --sdk gradio
2
+ cd Diabetes-Treatment-Recommendation
3
+ git init
4
+ git add app.py requirements.txt
5
+ git commit -m "Initial commit"
6
+ git push