Update README.md
Browse files
README.md
CHANGED
|
@@ -34,7 +34,7 @@ You can load the model weights for inference or fine-tuning as follows:
|
|
| 34 |
|
| 35 |
```python
|
| 36 |
import torch
|
| 37 |
-
from pw_foucast import
|
| 38 |
from safetensors.torch import load_model
|
| 39 |
from huggingface_hub import hf_hub_download
|
| 40 |
|
|
|
|
| 34 |
|
| 35 |
```python
|
| 36 |
import torch
|
| 37 |
+
from pw_foucast import PW_FouCast
|
| 38 |
from safetensors.torch import load_model
|
| 39 |
from huggingface_hub import hf_hub_download
|
| 40 |
|