Spaces:
Sleeping
Sleeping
title: First App With Huggingface | |
emoji: 🐢 | |
colorFrom: green | |
colorTo: pink | |
sdk: streamlit | |
sdk_version: 1.31.0 | |
app_file: app.py | |
pinned: false | |
license: apache-2.0 | |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
### issues pushing your code into spaces? | |
[https://huggingface.co/blog/password-git-deprecation] | |
WRONG | |
git remote set-url origin https://KingZack:[email protected]/https://huggingface.co/spaces/KingZack/first-app-with-huggingface | |
WRONG: | |
git remote set-url origin https://KingZack:[email protected]/first-app-with-huggingface | |
CORRECT: | |
git remote set-url origin https://KingZack:[email protected]/spaces/KingZack/first-app-with-huggingface | |
git clone https://huggingface.co/spaces/KingZack/first-app-with-huggingface | |
$: git remote set-url origin https://<user_name>:<token>@huggingface.co/<repo_path> | |
$: git pull origin |