cd / Indian_nutrition_app # Navigate to your project directory git init git add . # Add all files to the staging area git commit -m "Initial commit" # Commit the changes git remote add origin https://huggingface.co/spaces/Anupam007// Indian_nutrition_app git branch -M main git push -u origin main