KingNish commited on
Commit
72be79d
·
verified ·
1 Parent(s): 15b00fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def transcribe(inputs, previous_transcription):
43
 
44
  with gr.Blocks() as demo:
45
  with gr.Column():
46
- gr.Markdown(f"# Realtime Whisper Large V3 Turbo: Transcribe Audio\n Transcribe long-form microphone or audio inputs in Realtime Demo uses the checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers")
47
  input_audio_microphone = gr.Audio(streaming=True)
48
  output = gr.Textbox(label="Transcription", value="")
49
 
 
43
 
44
  with gr.Blocks() as demo:
45
  with gr.Column():
46
+ 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.")
47
  input_audio_microphone = gr.Audio(streaming=True)
48
  output = gr.Textbox(label="Transcription", value="")
49