tilos commited on
Commit
be3e689
1 Parent(s): 3e69d33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,8 +42,8 @@ with gr.Blocks() as demo:
42
 
43
  # video file input
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",
 
42
 
43
  # video file input
44
  gr.Interface(
45
+ title="Cantonese Transcription using Whisper",
46
+ description="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",