tutorial-space / README.md
isayahc's picture
added more instructions for huggingface intergration
6aed482 verified
---
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
```