lovemefan commited on
Commit
5b7f3a0
1 Parent(s): 99146e5

change git source for HuggingFace

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ sudo apt install git-lfs
43
  # you should install git-lfs and run git lfs install
44
  git lfs install
45
  # use lfs download onnx file
46
- git clone https://github.com/lovemefan/CT-Transformer-punctuation.git
47
  cd CT-Transformer-punctuation
48
  pip install -e .
49
  ```
 
43
  # you should install git-lfs and run git lfs install
44
  git lfs install
45
  # use lfs download onnx file
46
+ git clone https://huggingface.co/lovemefan/ctt_punctuator
47
  cd CT-Transformer-punctuation
48
  pip install -e .
49
  ```