Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Anupam202224
/
PersonalizedDiabetesTreatmentRecommendationSystem
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Anupam202224
commited on
Oct 26, 2024
Commit
78a6c3d
·
verified
·
1 Parent(s):
a84e10b
Create Git
Browse files
Files changed (1)
hide
show
Git
+6
-0
Git
ADDED
Viewed
@@ -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