Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -227,7 +227,7 @@ def process_video():
|
|
| 227 |
print("STARTING TRANSCRIPTION, GOT THE .WAV AUDIO PATH THAT WAS STORED TEMPO, ANIKET")
|
| 228 |
# Step 3: Transcribe the audio using Whisper AI (waiting for completion)
|
| 229 |
transcription = transcribe_audio(audio_path)
|
| 230 |
-
|
| 231 |
print("BEFORE THE transcription FAILED ERROR, CHECKING IF I GOT THE TRANSCRIPTION", transcription)
|
| 232 |
|
| 233 |
if not transcription:
|
|
|
|
| 227 |
print("STARTING TRANSCRIPTION, GOT THE .WAV AUDIO PATH THAT WAS STORED TEMPO, ANIKET")
|
| 228 |
# Step 3: Transcribe the audio using Whisper AI (waiting for completion)
|
| 229 |
transcription = transcribe_audio(audio_path)
|
| 230 |
+
|
| 231 |
print("BEFORE THE transcription FAILED ERROR, CHECKING IF I GOT THE TRANSCRIPTION", transcription)
|
| 232 |
|
| 233 |
if not transcription:
|