Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ mf_transcribe = gr.Interface(
|
|
68 |
outputs="text",
|
69 |
layout="horizontal",
|
70 |
theme="huggingface",
|
71 |
-
title="Whisper Demo: Transcribe Audio",
|
72 |
description=(
|
73 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the the fine-tuned"
|
74 |
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|
|
|
68 |
outputs="text",
|
69 |
layout="horizontal",
|
70 |
theme="huggingface",
|
71 |
+
title="Whisper-small Hindi Demo: Transcribe Audio",
|
72 |
description=(
|
73 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the the fine-tuned"
|
74 |
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
|