Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import os
|
|
10 |
from bs4 import BeautifulSoup
|
11 |
import re
|
12 |
import numpy as np
|
13 |
-
from moviepy
|
14 |
import soundfile as sf
|
15 |
|
16 |
# Load the transcription model
|
|
|
10 |
from bs4 import BeautifulSoup
|
11 |
import re
|
12 |
import numpy as np
|
13 |
+
from moviepy import VideoFileClip
|
14 |
import soundfile as sf
|
15 |
|
16 |
# Load the transcription model
|