Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ mf_transcribe = gr.Interface(
|
|
66 |
],
|
67 |
outputs="text",
|
68 |
layout="horizontal",
|
69 |
-
theme=
|
70 |
title="Speech To Text Translation ",
|
71 |
description=(
|
72 |
"Transcribe long-form microphone or audio inputs with the click of a button!"
|
@@ -79,7 +79,7 @@ yt_transcribe = gr.Interface(
|
|
79 |
inputs=[gr.inputs.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL")],
|
80 |
outputs=["html", "text"],
|
81 |
layout="horizontal",
|
82 |
-
theme=
|
83 |
title="Speech To Text Transcribe YouTube",
|
84 |
description=(
|
85 |
"Transcribe long-form YouTube videos with the click of a button!"
|
|
|
66 |
],
|
67 |
outputs="text",
|
68 |
layout="horizontal",
|
69 |
+
theme='abidlabs/pakistan',
|
70 |
title="Speech To Text Translation ",
|
71 |
description=(
|
72 |
"Transcribe long-form microphone or audio inputs with the click of a button!"
|
|
|
79 |
inputs=[gr.inputs.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL")],
|
80 |
outputs=["html", "text"],
|
81 |
layout="horizontal",
|
82 |
+
theme='abidlabs/pakistan',
|
83 |
title="Speech To Text Transcribe YouTube",
|
84 |
description=(
|
85 |
"Transcribe long-form YouTube videos with the click of a button!"
|