Skip to content

fix: use PREVIOUS_VERSION_TAG for OCR and TTS URLs#1191

Open
msluszniak wants to merge 1 commit into
mainfrom
@ms/fix-missing-previous-version-tag
Open

fix: use PREVIOUS_VERSION_TAG for OCR and TTS URLs#1191
msluszniak wants to merge 1 commit into
mainfrom
@ms/fix-missing-previous-version-tag

Conversation

@msluszniak
Copy link
Copy Markdown
Member

Description

Follow-up to #1188. The OCR detector/recognizer and Kokoro TTS voice/model URLs still pointed to VERSION_TAG (v0.10.0), which is not published on HF yet — every fetch 404'd in the computer-vision OCR demo and TTS examples. Swap them to PREVIOUS_VERSION_TAG (v0.9.0) to match the rest of the model URLs.

Introduces a breaking change?

  • Yes
  • No

Type of change

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Documentation update (improves or adds clarity to existing documentation)
  • Other (chores, tests, code style improvements etc.)

Tested on

  • iOS
  • Android

Testing instructions

  1. Run the computer-vision demo → OCR screen on main. Detector/recognizer downloads 404.
  2. With this PR applied, the same URLs resolve under v0.9.0 and OCR loads.

Follow-up to #1188. The OCR detector/recognizer and Kokoro TTS
voice/model URLs still pointed to VERSION_TAG (v0.10.0), which is not
published on HF yet - every fetch 404'd. Swap them to
PREVIOUS_VERSION_TAG (v0.9.0) to match the rest of the model URLs.
@msluszniak msluszniak self-assigned this May 26, 2026
@msluszniak msluszniak added the bug fix PRs that are fixing bugs label May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug fix PRs that are fixing bugs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant