Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kabita-choudhary
/
transcribe-speech
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kabita-choudhary
commited on
Mar 1, 2023
Commit
a8ee9c9
·
1 Parent(s):
8ffb317
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -5,7 +5,7 @@ import subprocess
5
6
7
import whisper
8
-
from whisper.utils import write_vtt
9
10
model = whisper.load_model("medium")
11
5
6
7
import whisper
8
+
9
10
model = whisper.load_model("medium")
11