Skip to content

Commit f9e49f5

Browse files
fix: typo in Conceptual_Guide/Part_1... (#21)
1 parent 6cbf1bf commit f9e49f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Conceptual_Guide/Part_1-model_deployment

Conceptual_Guide/Part_1-model_deployment/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ mkdir -p model_repository/text_detection/1
149149
mv detection.onnx model_repository/text_detection/1/model.onnx
150150

151151
mkdir -p model_repository/text_recognition/1
152-
mv str.onnx model_repository/text_detection/1/model.onnx
152+
mv str.onnx model_repository/text_recognition/1/model.onnx
153153
```
154154

155155
These commands should give you a repository that looks this:

0 commit comments

Comments
 (0)