Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,6 @@ import logging
|
|
| 20 |
logging.basicConfig(level=logging.DEBUG, format="%(asctime)s - %(levelname)s - %(message)s")
|
| 21 |
logger = logging.getLogger(__name__)
|
| 22 |
|
| 23 |
-
|
| 24 |
def transcribe_video(video_path):
|
| 25 |
# Load the video file and extract audio
|
| 26 |
video = VideoFileClip(video_path)
|
|
|
|
| 20 |
logging.basicConfig(level=logging.DEBUG, format="%(asctime)s - %(levelname)s - %(message)s")
|
| 21 |
logger = logging.getLogger(__name__)
|
| 22 |
|
|
|
|
| 23 |
def transcribe_video(video_path):
|
| 24 |
# Load the video file and extract audio
|
| 25 |
video = VideoFileClip(video_path)
|