onnxruntime/docs/tutorials/mobile
Sophie Schoenmeyer 8fc4470238
Fix typo in Python code block on home page (#21196)
### Description
Python code block on home page contained typo

Previous: outputs = session.run(None {"input": inputTensor})
Correction: outputs = session.run(None, {"input": inputTensor})

Fixes issue #21146



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2024-06-27 13:54:26 -07:00
..
helpers Add pose detection tutorial (#19580) 2024-02-26 16:52:00 -08:00
deploy-android.md Fix typo in Python code block on home page (#21196) 2024-06-27 13:54:26 -07:00
deploy-ios.md Add pose detection tutorial (#19580) 2024-02-26 16:52:00 -08:00
index.md [Docs] Update performance sections (#15071) 2023-03-17 15:39:22 -07:00
pose-detection.md Improve meta description of YOLOv8 tutorial (#19674) 2024-02-29 15:31:14 -08:00
superres.md remove unneeded no-toc from superres (#16682) 2023-07-13 17:10:32 -07:00