Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,7 +72,6 @@ mf_transcribe = gr.Interface(
|
|
| 72 |
gr.components.Audio(sources=['upload', 'microphone'], type="filepath"),
|
| 73 |
],
|
| 74 |
outputs="text",
|
| 75 |
-
layout="horizontal",
|
| 76 |
theme="huggingface",
|
| 77 |
title="Whisper Demo: Transcribe Audio",
|
| 78 |
description=(
|
|
@@ -88,7 +87,6 @@ yt_transcribe = gr.Interface(
|
|
| 88 |
inputs=[gr.components.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL")],
|
| 89 |
examples=[["https://www.youtube.com/watch?v=mukeSSa5GKo"]],
|
| 90 |
outputs=["html", "text"],
|
| 91 |
-
layout="horizontal",
|
| 92 |
theme="huggingface",
|
| 93 |
title="Whisper Demo: Transcribe YouTube",
|
| 94 |
description=(
|
|
|
|
| 72 |
gr.components.Audio(sources=['upload', 'microphone'], type="filepath"),
|
| 73 |
],
|
| 74 |
outputs="text",
|
|
|
|
| 75 |
theme="huggingface",
|
| 76 |
title="Whisper Demo: Transcribe Audio",
|
| 77 |
description=(
|
|
|
|
| 87 |
inputs=[gr.components.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL")],
|
| 88 |
examples=[["https://www.youtube.com/watch?v=mukeSSa5GKo"]],
|
| 89 |
outputs=["html", "text"],
|
|
|
|
| 90 |
theme="huggingface",
|
| 91 |
title="Whisper Demo: Transcribe YouTube",
|
| 92 |
description=(
|