mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-12-16 02:08:55 +08:00
fix bugs, add test coverage
This commit is contained in:
@@ -232,7 +232,6 @@ def main():
|
||||
if audio_obj == "-":
|
||||
# receive the contents from stdin rather than read a file
|
||||
audio_obj = audio.load_audio(from_stdin=True)
|
||||
output_name_template = "content"
|
||||
|
||||
try:
|
||||
result = transcribe(
|
||||
|
||||
Reference in New Issue
Block a user