Spaces:
Build error
Build error
Update git
Browse files
git
CHANGED
|
@@ -1,3 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
git
|
| 3 |
-
git
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cd indian_recipe_bot
|
| 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
|