Spaces:
Sleeping
Sleeping
nithinraok
commited on
Commit
•
ede25a6
1
Parent(s):
a10d717
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ mf_transcribe = gr.Interface(
|
|
95 |
title="Parakeet RNNT 1.1B: Transcribe Audio",
|
96 |
description=(
|
97 |
"Transcribe microphone or audio inputs with the click of a button! Demo uses the"
|
98 |
-
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and NVIDIA NeMo to transcribe audio files"
|
99 |
" of arbitrary length."
|
100 |
),
|
101 |
allow_flagging="never",
|
@@ -111,7 +111,7 @@ file_transcribe = gr.Interface(
|
|
111 |
title="Parakeet RNNT 1.1B: Transcribe Audio",
|
112 |
description=(
|
113 |
"Transcribe microphone or audio inputs with the click of a button! Demo uses the"
|
114 |
-
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and NVIDIA NeMo(https://github.com/NVIDIA/NeMo) to transcribe audio files"
|
115 |
" of arbitrary length."
|
116 |
),
|
117 |
allow_flagging="never",
|
@@ -127,7 +127,7 @@ youtube_transcribe = gr.Interface(
|
|
127 |
title="Parakeet RNNT 1.1B: Transcribe Audio",
|
128 |
description=(
|
129 |
"Transcribe microphone or audio inputs with the click of a button! Demo uses the"
|
130 |
-
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and NVIDIA NeMo to transcribe audio files"
|
131 |
" of arbitrary length."
|
132 |
),
|
133 |
allow_flagging="never",
|
|
|
95 |
title="Parakeet RNNT 1.1B: Transcribe Audio",
|
96 |
description=(
|
97 |
"Transcribe microphone or audio inputs with the click of a button! Demo uses the"
|
98 |
+
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and [NVIDIA NeMo](https://github.com/NVIDIA/NeMo) to transcribe audio files"
|
99 |
" of arbitrary length."
|
100 |
),
|
101 |
allow_flagging="never",
|
|
|
111 |
title="Parakeet RNNT 1.1B: Transcribe Audio",
|
112 |
description=(
|
113 |
"Transcribe microphone or audio inputs with the click of a button! Demo uses the"
|
114 |
+
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and [NVIDIA NeMo](https://github.com/NVIDIA/NeMo) to transcribe audio files"
|
115 |
" of arbitrary length."
|
116 |
),
|
117 |
allow_flagging="never",
|
|
|
127 |
title="Parakeet RNNT 1.1B: Transcribe Audio",
|
128 |
description=(
|
129 |
"Transcribe microphone or audio inputs with the click of a button! Demo uses the"
|
130 |
+
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and [NVIDIA NeMo](https://github.com/NVIDIA/NeMo) to transcribe audio files"
|
131 |
" of arbitrary length."
|
132 |
),
|
133 |
allow_flagging="never",
|