Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ file_transcribe = gr.Interface(
|
|
112 |
gr.Radio(choices=["transcribe"], label="Task"),
|
113 |
],
|
114 |
outputs="text",
|
115 |
-
title="Whisper
|
116 |
description=(
|
117 |
"Easily transcribe long-form audio inputs in Albanian with high accuracy! This demo utilizes the fine-tuned "
|
118 |
f"Whisper model [{model_id}](https://huggingface.co/{model_id}), specially adapted for the Albanian language, "
|
@@ -129,7 +129,7 @@ mf_transcribe = gr.Interface(
|
|
129 |
gr.Radio(choices=["transcribe"], label="Task"),
|
130 |
],
|
131 |
outputs="text",
|
132 |
-
title="Whisper
|
133 |
description=(
|
134 |
"Easily transcribe long-form audio inputs in Albanian with high accuracy! This demo utilizes the fine-tuned "
|
135 |
f"Whisper model [{model_id}](https://huggingface.co/{model_id}), specially adapted for the Albanian language, "
|
@@ -147,7 +147,7 @@ yt_transcribe = gr.Interface(
|
|
147 |
gr.Radio(choices=["transcribe"], label="Task")
|
148 |
],
|
149 |
outputs=["html", "text"],
|
150 |
-
title="Whisper
|
151 |
description=(
|
152 |
"Easily transcribe long-form audio inputs in Albanian with high accuracy! This demo utilizes the fine-tuned "
|
153 |
f"Whisper model [{model_id}](https://huggingface.co/{model_id}), specially adapted for the Albanian language, "
|
|
|
112 |
gr.Radio(choices=["transcribe"], label="Task"),
|
113 |
],
|
114 |
outputs="text",
|
115 |
+
title="Whisper Base Shqip: Transcribe Audio",
|
116 |
description=(
|
117 |
"Easily transcribe long-form audio inputs in Albanian with high accuracy! This demo utilizes the fine-tuned "
|
118 |
f"Whisper model [{model_id}](https://huggingface.co/{model_id}), specially adapted for the Albanian language, "
|
|
|
129 |
gr.Radio(choices=["transcribe"], label="Task"),
|
130 |
],
|
131 |
outputs="text",
|
132 |
+
title="Whisper Base Shqip: Transcribe Audio",
|
133 |
description=(
|
134 |
"Easily transcribe long-form audio inputs in Albanian with high accuracy! This demo utilizes the fine-tuned "
|
135 |
f"Whisper model [{model_id}](https://huggingface.co/{model_id}), specially adapted for the Albanian language, "
|
|
|
147 |
gr.Radio(choices=["transcribe"], label="Task")
|
148 |
],
|
149 |
outputs=["html", "text"],
|
150 |
+
title="Whisper Base Shqip: Transcribe Audio",
|
151 |
description=(
|
152 |
"Easily transcribe long-form audio inputs in Albanian with high accuracy! This demo utilizes the fine-tuned "
|
153 |
f"Whisper model [{model_id}](https://huggingface.co/{model_id}), specially adapted for the Albanian language, "
|