Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SoumyaJ
/
VideoTranscription
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SoumyaJ
commited on
Aug 13, 2024
Commit
1b80071
·
verified
·
1 Parent(s):
e877af5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -11,6 +11,7 @@ import time
11
import langdetect
12
import uuid
13
from dotenv import load_dotenv
14
15
load_dotenv()
16
11
import langdetect
12
import uuid
13
from dotenv import load_dotenv
14
+
import whisper
15
16
load_dotenv()
17