baseimg / README.md
code4bw's picture
Upload folder using huggingface_hub
8a4a134
|
raw
history blame
185 Bytes
huggingface에 데이터 업로드 하는 repo
1. venv 활성화
```
source .venv/bin/activate
```
2. huggingface_hub로 업로드
```
hf auth login
hf upload code4bw/baseimg .
```