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