qqwjq1981 commited on
Commit
76f2e09
·
verified ·
1 Parent(s): 1acdf97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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)