Skip to content

Commit 2d198cd

Browse files
Copilotjulien-c
andcommitted
Revert changes to hub/README.md as requested
Co-authored-by: julien-c <[email protected]>
1 parent 08a3af2 commit 2d198cd

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

packages/hub/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -202,18 +202,6 @@ Remote resources and local files should be passed as `URL` whenever it's possibl
202202

203203
Under the hood, `@huggingface/hub` uses a lazy blob implementation to load the file.
204204

205-
## Constants
206-
207-
The library exports the following constants that you can use in your application:
208-
209-
- `HUB_URL`: The base URL for the Hugging Face Hub API (`https://huggingface.co`). This can be useful if you need to construct URLs or check against the default URL.
210-
211-
```ts
212-
import { HUB_URL } from "@huggingface/hub";
213-
214-
console.log(HUB_URL); // https://huggingface.co
215-
```
216-
217205
## Dependencies
218206

219207
- `@huggingface/tasks` : Typings only

0 commit comments

Comments
 (0)