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