Spaces:
Runtime error
Runtime error
title: sample app | |
emoji: π¨βπ | |
colorFrom: purple | |
colorTo: red | |
sdk: gradio | |
sdk_version: 4.4.1 | |
app_file: app.py | |
pinned: false | |
license: mit | |
# hugging-face-space | |
## intergrating git with huggingspace | |
``` | |
git remote set-url space git@hf.co:spaces/isayahc/tutorial-space.git | |
``` | |
``` | |
git add . | |
``` | |
``` | |
git commit -S -m "Your commit message" | |
``` | |
``` | |
git push --force space main | |
``` | |