Spaces:
Runtime error
Runtime error
jlondonobo
commited on
Commit
β’
bfacf93
1
Parent(s):
115c2df
π Update visuals
Browse files
README.md
CHANGED
@@ -1,14 +1,18 @@
|
|
1 |
---
|
2 |
-
title: Whisper Demo
|
3 |
-
emoji:
|
4 |
colorFrom: indigo
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.9.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
|
|
10 |
tags:
|
11 |
- whisper-event
|
|
|
|
|
12 |
duplicated_from: whisper-event/whisper-demo
|
13 |
---
|
14 |
|
|
|
1 |
---
|
2 |
+
title: Whisper Portuguese Demo
|
3 |
+
emoji: π§π·π΅πΉ
|
4 |
colorFrom: indigo
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.9.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
models:
|
11 |
+
- jlondonobo/whisper-medium-pt
|
12 |
tags:
|
13 |
- whisper-event
|
14 |
+
- portuguese
|
15 |
+
- transcription
|
16 |
duplicated_from: whisper-event/whisper-demo
|
17 |
---
|
18 |
|
app.py
CHANGED
@@ -67,7 +67,7 @@ mf_transcribe = gr.Interface(
|
|
67 |
outputs="text",
|
68 |
layout="horizontal",
|
69 |
theme="huggingface",
|
70 |
-
title="Whisper Demo
|
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"
|
@@ -82,7 +82,7 @@ yt_transcribe = gr.Interface(
|
|
82 |
outputs=["html", "text"],
|
83 |
layout="horizontal",
|
84 |
theme="huggingface",
|
85 |
-
title="Whisper Demo
|
86 |
description=(
|
87 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the the fine-tuned checkpoint:"
|
88 |
f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and π€ Transformers to transcribe audio files of"
|
|
|
67 |
outputs="text",
|
68 |
layout="horizontal",
|
69 |
theme="huggingface",
|
70 |
+
title="Whisper Portuguese 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"
|
|
|
82 |
outputs=["html", "text"],
|
83 |
layout="horizontal",
|
84 |
theme="huggingface",
|
85 |
+
title="Whisper Portuguese Demo π§π·π΅πΉ: Transcribe YouTube",
|
86 |
description=(
|
87 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the the fine-tuned checkpoint:"
|
88 |
f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and π€ Transformers to transcribe audio files of"
|