Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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:
|
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 |
|