bofenghuang commited on
Commit
195bc4d
1 Parent(s): ec85714
Files changed (1) hide show
  1. run_demo_multi_models.py +2 -2
run_demo_multi_models.py CHANGED
@@ -115,7 +115,7 @@ mf_transcribe = gr.Interface(
115
  outputs=gr.outputs.Textbox(label="Transcription"),
116
  layout="horizontal",
117
  theme="huggingface",
118
- title="Whisper Demo: Transcribe Audio",
119
  description="Transcribe long-form microphone or audio inputs with the click of a button!",
120
  allow_flagging="never",
121
  )
@@ -133,7 +133,7 @@ yt_transcribe = gr.Interface(
133
  ],
134
  layout="horizontal",
135
  theme="huggingface",
136
- title="Whisper Demo: Transcribe YouTube",
137
  description="Transcribe long-form YouTube videos with the click of a button!",
138
  allow_flagging="never",
139
  )
 
115
  outputs=gr.outputs.Textbox(label="Transcription"),
116
  layout="horizontal",
117
  theme="huggingface",
118
+ title="Whisper German Demo 🇩🇪: Transcribe Audio",
119
  description="Transcribe long-form microphone or audio inputs with the click of a button!",
120
  allow_flagging="never",
121
  )
 
133
  ],
134
  layout="horizontal",
135
  theme="huggingface",
136
+ title="Whisper German Demo 🇩🇪: Transcribe YouTube",
137
  description="Transcribe long-form YouTube videos with the click of a button!",
138
  allow_flagging="never",
139
  )