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