imvladikon
commited on
Commit
•
665d854
1
Parent(s):
2c642ae
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ mf_transcribe = gr.Interface(
|
|
64 |
gr.Audio(sources=["microphone", "upload"], type="filepath"),
|
65 |
],
|
66 |
outputs="text",
|
67 |
-
layout="horizontal",
|
68 |
theme="huggingface",
|
69 |
title="Whisper Demo: Transcribe Audio",
|
70 |
description=(
|
@@ -79,7 +79,7 @@ yt_transcribe = gr.Interface(
|
|
79 |
fn=yt_transcribe,
|
80 |
inputs=[gr.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL")],
|
81 |
outputs=["html", "text"],
|
82 |
-
layout="horizontal",
|
83 |
theme="huggingface",
|
84 |
title="Whisper Demo: Transcribe YouTube",
|
85 |
description=(
|
|
|
64 |
gr.Audio(sources=["microphone", "upload"], type="filepath"),
|
65 |
],
|
66 |
outputs="text",
|
67 |
+
# layout="horizontal",
|
68 |
theme="huggingface",
|
69 |
title="Whisper Demo: Transcribe Audio",
|
70 |
description=(
|
|
|
79 |
fn=yt_transcribe,
|
80 |
inputs=[gr.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL")],
|
81 |
outputs=["html", "text"],
|
82 |
+
# layout="horizontal",
|
83 |
theme="huggingface",
|
84 |
title="Whisper Demo: Transcribe YouTube",
|
85 |
description=(
|