Merged
Conversation
Contributor
|
It's a feat instead of chore |
GarrettWu
reviewed
May 27, 2025
1a8b36c to
709edb6
Compare
Contributor
Author
|
blocked by b/421006257 |
Contributor
|
It is not good to merge until model quality issue is fixed. |
709edb6 to
e2ce3ec
Compare
GarrettWu
reviewed
May 29, 2025
e2ce3ec to
03c3fa6
Compare
GarrettWu
reviewed
Jun 3, 2025
8a9ddf8 to
e4c08be
Compare
GarrettWu
reviewed
Jun 4, 2025
e4c08be to
c06aa7a
Compare
GarrettWu
reviewed
Jun 5, 2025
GarrettWu
approved these changes
Jun 5, 2025
47c5ff3 to
752907c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
add blob.transcribe function
blob.transcribe reads in GCS link as input, transcribe audio file using ML.GENERATE_TEXT
The test audio is downloaded from LJ Speech Dataset. Quote of license is "This dataset is in the public domain in the US (and most likely other countries as well). There are no restrictions on its use." The audio file is download from this link.
b/415046758