KingNish commited on
Commit
c3799a0
·
verified ·
1 Parent(s): d549d4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def transcribe(inputs, previous_transcription):
41
 
42
  with gr.Blocks() as demo:
43
  with gr.Column():
44
- gr.Markdown(f"# Realtime Whisper Large V3 Turbo: Transcribe Audio\n Transcribe Inputs in Realtime. This Demo uses the Checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers.")
45
  input_audio_microphone = gr.Audio(streaming=True)
46
  output = gr.Textbox(label="Transcription", value="")
47
 
 
41
 
42
  with gr.Blocks() as demo:
43
  with gr.Column():
44
+ gr.Markdown(f"# Realtime Whisper Large V3 Turbo: \n Transcribe Audio in Realtime. This Demo uses the Checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers.\n Note: The first token takes about 5 seconds. After that, it works flawlessly.")
45
  input_audio_microphone = gr.Audio(streaming=True)
46
  output = gr.Textbox(label="Transcription", value="")
47