AngelinaZanardi commited on
Commit
fa675d0
·
verified ·
1 Parent(s): dc1ede9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def transcribe(file, return_timestamps=False,lang="no"):
69
  truncated = False
70
 
71
 
72
- if lang="no":
73
  if not return_timestamps:
74
  text = pipe(file_to_transcribe)["text"]
75
  formatted_text = format_output(text)
 
69
  truncated = False
70
 
71
 
72
+ if lang=="no":
73
  if not return_timestamps:
74
  text = pipe(file_to_transcribe)["text"]
75
  formatted_text = format_output(text)