gitlost-murali
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -34,6 +34,10 @@ pip install askui-ml-helper
|
|
34 |
```
|
35 |
|
36 |
Download the checkpoint ".pt" model from files in this model card.
|
|
|
|
|
|
|
|
|
37 |
|
38 |
## Running the model
|
39 |
|
|
|
34 |
```
|
35 |
|
36 |
Download the checkpoint ".pt" model from files in this model card.
|
37 |
+
Or download it from your terminal
|
38 |
+
```bash
|
39 |
+
curl -L "https://huggingface.co/AskUI/pta-text-0.1/resolve/main/pta-text-v0.1.pt?download=true" -o pta-text-v0.1.pt
|
40 |
+
```
|
41 |
|
42 |
## Running the model
|
43 |
|