CoralLeiCN
commited on
Commit
·
4045273
1
Parent(s):
740b38c
Add instructions for logging into Hugging Face in README.md
Browse files
README.md
CHANGED
|
@@ -34,3 +34,7 @@ Github guide on [Adding a local repository to GitHub using Git](https://docs.git
|
|
| 34 |
```bash
|
| 35 |
uv venv
|
| 36 |
source .venv/bin/activate
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
```bash
|
| 35 |
uv venv
|
| 36 |
source .venv/bin/activate
|
| 37 |
+
|
| 38 |
+
4. (optional) As we are running the app outside of a Space environment, we need to logged in to Huggingface
|
| 39 |
+
```bash
|
| 40 |
+
huggingface-cli login
|