Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -90,9 +90,9 @@ To use the Hugging Face integration features, add your Hugging Face API token to
|
|
90 |
|
91 |
```toml
|
92 |
[huggingface]
|
93 |
-
hf_token = "
|
94 |
```
|
95 |
|
96 |
## License
|
97 |
|
98 |
-
This project is licensed under the
|
|
|
90 |
|
91 |
```toml
|
92 |
[huggingface]
|
93 |
+
hf_token = "HF_TOKEN"
|
94 |
```
|
95 |
|
96 |
## License
|
97 |
|
98 |
+
This project is licensed under the Apache-2.0 License - see the LICENSE file for details.
|