Spaces:
Runtime error
Runtime error
Commit
·
f3212bd
1
Parent(s):
a717b8a
Update transforming/whispertransform.py
Browse files
transforming/whispertransform.py
CHANGED
@@ -35,6 +35,7 @@ class WhisperTransform(Transform):
|
|
35 |
except (Exception):
|
36 |
print ("Video not available \n")
|
37 |
print(f"Exception: {e}")
|
|
|
38 |
# Get audio from video
|
39 |
else:
|
40 |
audio_file = self._get_audio_from_video(yt)
|
|
|
35 |
except (Exception):
|
36 |
print ("Video not available \n")
|
37 |
print(f"Exception: {e}")
|
38 |
+
pass
|
39 |
# Get audio from video
|
40 |
else:
|
41 |
audio_file = self._get_audio_from_video(yt)
|