Spaces:
Runtime error
Runtime error
bofenghuang
commited on
Commit
•
2ddcddc
1
Parent(s):
195bc4d
up
Browse files- README.md +0 -1
- run_demo_multi_models.py +2 -2
README.md
CHANGED
@@ -9,7 +9,6 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
tags:
|
11 |
- whisper-event
|
12 |
-
duplicated_from: bofenghuang/whisper-demo-french
|
13 |
---
|
14 |
|
15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
9 |
pinned: false
|
10 |
tags:
|
11 |
- whisper-event
|
|
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
run_demo_multi_models.py
CHANGED
@@ -115,7 +115,7 @@ mf_transcribe = gr.Interface(
|
|
115 |
outputs=gr.outputs.Textbox(label="Transcription"),
|
116 |
layout="horizontal",
|
117 |
theme="huggingface",
|
118 |
-
title="Whisper German Demo
|
119 |
description="Transcribe long-form microphone or audio inputs with the click of a button!",
|
120 |
allow_flagging="never",
|
121 |
)
|
@@ -133,7 +133,7 @@ yt_transcribe = gr.Interface(
|
|
133 |
],
|
134 |
layout="horizontal",
|
135 |
theme="huggingface",
|
136 |
-
title="Whisper German Demo
|
137 |
description="Transcribe long-form YouTube videos with the click of a button!",
|
138 |
allow_flagging="never",
|
139 |
)
|
|
|
115 |
outputs=gr.outputs.Textbox(label="Transcription"),
|
116 |
layout="horizontal",
|
117 |
theme="huggingface",
|
118 |
+
title="Whisper German Demo 🇩🇪 : Transcribe Audio",
|
119 |
description="Transcribe long-form microphone or audio inputs with the click of a button!",
|
120 |
allow_flagging="never",
|
121 |
)
|
|
|
133 |
],
|
134 |
layout="horizontal",
|
135 |
theme="huggingface",
|
136 |
+
title="Whisper German Demo 🇩🇪 : Transcribe YouTube",
|
137 |
description="Transcribe long-form YouTube videos with the click of a button!",
|
138 |
allow_flagging="never",
|
139 |
)
|