Spaces:
Running
on
T4
Running
on
T4
first
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ mf_transcribe = gr.Interface(
|
|
93 |
gr.components.Checkbox(label="Return timestamps"),
|
94 |
],
|
95 |
outputs="text",
|
96 |
-
title="NB-Whisper",
|
97 |
description=(
|
98 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the the fine-tuned"
|
99 |
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|
|
|
93 |
gr.components.Checkbox(label="Return timestamps"),
|
94 |
],
|
95 |
outputs="text",
|
96 |
+
title="NB-Whisper Demo",
|
97 |
description=(
|
98 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the the fine-tuned"
|
99 |
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|