hamza2923 commited on
Commit
7b109f5
·
verified ·
1 Parent(s): 4601ab2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -101,8 +101,7 @@ def whisper_transcribe():
101
  )
102
 
103
  full_text = " ".join(segment.text for segment in segments)
104
-
105
- return jsonify({'transcription': full_text}), 200
106
 
107
 
108
 
 
101
  )
102
 
103
  full_text = " ".join(segment.text for segment in segments)
104
+ return jsonify({'transcription': full_text}), 200
 
105
 
106
 
107