Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Chenzhou/Whisper-zh-HK
ziyou-li
/
Whisper-zh-HK
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tilos
commited on
Dec 12, 2022
Commit
f763fa4
·
1 Parent(s):
1ca6ac9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -41,7 +41,6 @@ def offline_video(video):
41
text = transcribe(audio_file)
42
return text
43
44
-
def
45
46
with gr.Blocks() as demo:
47
41
text = transcribe(audio_file)
42
return text
43
44
45
with gr.Blocks() as demo:
46