Spaces:
Runtime error
Runtime error
Update git
Browse files
git
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
git init
|
| 2 |
git add app.py requirements.txt README.md
|
| 3 |
git commit -m "Initial commit with Vernacular Learning Platform code"
|
| 4 |
-
git remote add origin https://huggingface.co/spaces/<Anupam007>/VernacularLearningPlatform
|
|
|
|
|
|
| 1 |
git init
|
| 2 |
git add app.py requirements.txt README.md
|
| 3 |
git commit -m "Initial commit with Vernacular Learning Platform code"
|
| 4 |
+
git remote add origin https://huggingface.co/spaces/<Anupam007>/VernacularLearningPlatform
|
| 5 |
+
git push -f origin main
|