Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,6 @@ mf_transcribe = gr.Interface(
|
|
64 |
gr.Audio(sources="upload", type="filepath"),
|
65 |
],
|
66 |
outputs="text",
|
67 |
-
layout="horizontal",
|
68 |
theme="huggingface",
|
69 |
title="Whisper Central Kurdish (Sorani) Demo: Transcribe Audio",
|
70 |
description=(
|
@@ -79,7 +78,6 @@ 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 Central Kurdish (Sorani) Demo: Transcribe YouTube",
|
85 |
description=(
|
|
|
64 |
gr.Audio(sources="upload", type="filepath"),
|
65 |
],
|
66 |
outputs="text",
|
|
|
67 |
theme="huggingface",
|
68 |
title="Whisper Central Kurdish (Sorani) Demo: Transcribe Audio",
|
69 |
description=(
|
|
|
78 |
fn=yt_transcribe,
|
79 |
inputs=[gr.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL")],
|
80 |
outputs=["html", "text"],
|
|
|
81 |
theme="huggingface",
|
82 |
title="Whisper Central Kurdish (Sorani) Demo: Transcribe YouTube",
|
83 |
description=(
|