GradientDescent2718 commited on
Commit
4f5cde6
·
verified ·
1 Parent(s): 127422f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -96,9 +96,9 @@ Use these packages with a runtime that:
96
 
97
  This repository is not a drop-in replacement for generic Hugging Face `transformers` inference. It is meant for custom ONNX runtimes, such as:
98
 
99
- - The Python LS-EEND ONNX runtime in the [example](https://huggingface.co/GradientDescent2718/LS-EEND-ONNX/example) directory
100
 
101
- To run the Python microphone inference script, install the packages in [example/requirements.txt](https://huggingface.co/GradientDescent2718/LS-EEND-ONNX/example/requirements.txt) and run the following command:
102
  ```bash
103
  python example/ls_eend_onnx_mic_gui.py \
104
  --onnx-model DIHARD\ III/ls_eend_dih3_step.onnx \
 
96
 
97
  This repository is not a drop-in replacement for generic Hugging Face `transformers` inference. It is meant for custom ONNX runtimes, such as:
98
 
99
+ - The Python LS-EEND ONNX runtime in the [example](https://huggingface.co/GradientDescent2718/LS-EEND-ONNX/tree/main/example) directory
100
 
101
+ To run the Python microphone inference script, install the packages in [example/requirements.txt](https://huggingface.co/GradientDescent2718/LS-EEND-ONNX/tree/main/example/requirements.txt) and run the following command:
102
  ```bash
103
  python example/ls_eend_onnx_mic_gui.py \
104
  --onnx-model DIHARD\ III/ls_eend_dih3_step.onnx \