gitlost-murali commited on
Commit
657cb25
·
verified ·
1 Parent(s): 4bf7290

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
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