Skip to content

Commit

Permalink
update spinner with new transcription turnaround time
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ods authored Dec 28, 2023
1 parent 60ea057 commit 7323bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/transcribe.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func UploadFile(path string) string {
func PollTranscription(id string, flags S.TranscribeFlags) {
fmt.Fprintln(os.Stdin, "Transcribing file with id "+id)

s := CallSpinner(" Processing time is usually 20% of the file's duration.")
s := CallSpinner(" Processing time is usually under 60 seconds.")

for {
response := QueryApi("/transcript/"+id, "GET", nil, s)
Expand Down

0 comments on commit 7323bbf

Please sign in to comment.