Spaces:
Running
on
Zero
Running
on
Zero
MohamedRashad
commited on
Commit
Β·
3571303
1
Parent(s):
797f415
chore: Update app.py titles for Arabic Whisper Code-Switching Edition
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ mf_transcribe = gr.Interface(
|
|
97 |
gr.Audio(sources="microphone", type="filepath"),
|
98 |
],
|
99 |
outputs="text",
|
100 |
-
title="Whisper
|
101 |
description=(
|
102 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
|
103 |
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and π€ Transformers to transcribe audio files"
|
@@ -112,7 +112,7 @@ file_transcribe = gr.Interface(
|
|
112 |
gr.Audio(sources="upload", type="filepath", label="Audio file"),
|
113 |
],
|
114 |
outputs="text",
|
115 |
-
title="Whisper
|
116 |
description=(
|
117 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
|
118 |
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and π€ Transformers to transcribe audio files"
|
@@ -127,7 +127,7 @@ yt_transcribe_demo = gr.Interface(
|
|
127 |
gr.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL"),
|
128 |
],
|
129 |
outputs=["html", "text"],
|
130 |
-
title="Whisper
|
131 |
description=(
|
132 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
|
133 |
f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and π€ Transformers to transcribe video files of"
|
|
|
97 |
gr.Audio(sources="microphone", type="filepath"),
|
98 |
],
|
99 |
outputs="text",
|
100 |
+
title="Arabic Whisper Code-Switching Edition: Transcribe Microphone",
|
101 |
description=(
|
102 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
|
103 |
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and π€ Transformers to transcribe audio files"
|
|
|
112 |
gr.Audio(sources="upload", type="filepath", label="Audio file"),
|
113 |
],
|
114 |
outputs="text",
|
115 |
+
title="Arabic Whisper Code-Switching Edition: Transcribe Audio",
|
116 |
description=(
|
117 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
|
118 |
f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and π€ Transformers to transcribe audio files"
|
|
|
127 |
gr.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL"),
|
128 |
],
|
129 |
outputs=["html", "text"],
|
130 |
+
title="Arabic Whisper Code-Switching Edition: Transcribe YouTube Video",
|
131 |
description=(
|
132 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
|
133 |
f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and π€ Transformers to transcribe video files of"
|