File size: 185 Bytes
8a4a134
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
huggingface에 데이터 업로드 하는 repo

1. venv 활성화

```
source .venv/bin/activate
```

2. huggingface_hub로 업로드
```
hf auth login

hf upload code4bw/baseimg .
```