Spaces:
Runtime error
Runtime error
Create git
Browse files
git
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
cd JOSHI-AI-Indian-Chef
|
2 |
+
git init
|
3 |
+
git add .
|
4 |
+
git commit -m "Initial commit"
|
5 |
+
git remote add origin <https://huggingface.co/spaces/Anupam251272/JOSHI-AI-Chef/edit/main/git> # Replace with your space URL
|
6 |
+
git push -u origin main
|