Spaces:
Runtime error
Runtime error
print transcription
Browse files
app.py
CHANGED
@@ -91,6 +91,7 @@ def analyze_video(prompt, video, progress=gr.Progress()):
|
|
91 |
|
92 |
progress(0.5, desc="Transcribing audio")
|
93 |
transcription = transcribe_audio(audio_path)
|
|
|
94 |
|
95 |
# Clean up temporary audio file
|
96 |
os.remove(audio_path)
|
|
|
91 |
|
92 |
progress(0.5, desc="Transcribing audio")
|
93 |
transcription = transcribe_audio(audio_path)
|
94 |
+
progress(f"Transcription: {transcription}")
|
95 |
|
96 |
# Clean up temporary audio file
|
97 |
os.remove(audio_path)
|