Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stayallive committed May 20, 2023
1 parent 7d34900 commit eec2075
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions predict.py
Expand Up @@ -66,9 +66,8 @@ def predict(

return ModelOutput(
text=result["text"],
language=LANGUAGES[result["language"]],
srt_path=out_path_srt,
vtt_path=out_path_vtt,
srt_file=out_path_srt,
vtt_file=out_path_vtt,
)


Expand Down

0 comments on commit eec2075

Please sign in to comment.