File size: 926 Bytes
a2a1490
 
 
 
 
 
 
 
 
 
 
 
 
e261abc
 
 
 
 
6d847f0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
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