Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Nov 10, 2023
1 parent a50195d commit 2b6179e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prodigy_whisper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def whisper_audio_transcribe(
fetch_media: bool = False,
exclude: List[str] = [],
) -> ControllerComponentsDict:
"""Uploads annotated datasets from Prodigy to Huggingface."""
"""Transcribe audio using Whisper."""
# Available models can be found here: https://github.com/openai/whisper
log("RECIPE: Starting recipe whisper.audio.transcribe", locals())
stream = get_stream(source, loader=loader, rehash=True, dedup=True, is_binary=False)
Expand Down

0 comments on commit 2b6179e

Please sign in to comment.