ashish0209 commited on
Commit
522bcfc
1 Parent(s): 05ec90c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -45,7 +45,6 @@ def transcribe(audio_file, model):
45
  )
46
 
47
  # Prepare JSON output
48
- transcript = []
49
  transcript = [segment.text for segment in segments]
50
 
51
 
 
45
  )
46
 
47
  # Prepare JSON output
 
48
  transcript = [segment.text for segment in segments]
49
 
50