Nechba commited on
Commit
b202c57
·
verified ·
1 Parent(s): 94d43b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -22,6 +22,7 @@ def transcribe():
22
 
23
  # Transcribe using Whisper
24
  result = model.transcribe(temp_audio_path)
 
25
 
26
  return jsonify({"text": result["text"]})
27
 
 
22
 
23
  # Transcribe using Whisper
24
  result = model.transcribe(temp_audio_path)
25
+ print(result)
26
 
27
  return jsonify({"text": result["text"]})
28