Update app.py
Browse files
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 |
|