Commit
•
0d69822
1
Parent(s):
a2045d5
add install instructions link (#1)
Browse files- add install instructions link (55458b71984691a54e2851f3d98a5dfbf86bd0e9)
README.md
CHANGED
@@ -19,7 +19,7 @@ The model's training data (discussed more below) primarily consists of 19th Cent
|
|
19 |
|
20 |
## How to use
|
21 |
|
22 |
-
To use this within fastai, first install version 2 of the fastai library. You can load directly from the Hugging Face hub using the [`huggingface_hub`](https://github.com/huggingface/huggingface_hub) library.
|
23 |
|
24 |
```python
|
25 |
from fastai import load_learner
|
|
|
19 |
|
20 |
## How to use
|
21 |
|
22 |
+
To use this within fastai, first [install](https://docs.fast.ai/#Installing) version 2 of the fastai library. You can load directly from the Hugging Face hub using the [`huggingface_hub`](https://github.com/huggingface/huggingface_hub) library.
|
23 |
|
24 |
```python
|
25 |
from fastai import load_learner
|