Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ with gr.Blocks() as demo:
|
|
44 |
gr.Interface(
|
45 |
title="Whisper: Real Time Cantonese Recognition",
|
46 |
description="Realtime demo for Cantonese speech recognition using a fine-tuned Whisper small model. "
|
47 |
-
"Generate zh-HK subtitle from audio file, your microphone and Youtube",
|
48 |
fn=offline_video,
|
49 |
inputs="video",
|
50 |
outputs="text",
|
|
|
44 |
gr.Interface(
|
45 |
title="Whisper: Real Time Cantonese Recognition",
|
46 |
description="Realtime demo for Cantonese speech recognition using a fine-tuned Whisper small model. "
|
47 |
+
"Generate zh-HK subtitle from video file, audio file, your microphone, and Youtube URL",
|
48 |
fn=offline_video,
|
49 |
inputs="video",
|
50 |
outputs="text",
|