Chenzhou commited on
Commit
e08c550
1 Parent(s): d66d670

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",