Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ mf_transcribe = gr.Interface(
|
|
67 |
outputs="text",
|
68 |
layout="horizontal",
|
69 |
theme="huggingface",
|
70 |
-
title="
|
71 |
description=(
|
72 |
"Transcribe long-form microphone or audio inputs with the click of a button!"
|
73 |
),
|
@@ -80,7 +80,7 @@ yt_transcribe = gr.Interface(
|
|
80 |
outputs=["html", "text"],
|
81 |
layout="horizontal",
|
82 |
theme="huggingface",
|
83 |
-
title="
|
84 |
description=(
|
85 |
"Transcribe long-form YouTube videos with the click of a button! "
|
86 |
),
|
|
|
67 |
outputs="text",
|
68 |
layout="horizontal",
|
69 |
theme="huggingface",
|
70 |
+
title="Speech to Text using Open AI",
|
71 |
description=(
|
72 |
"Transcribe long-form microphone or audio inputs with the click of a button!"
|
73 |
),
|
|
|
80 |
outputs=["html", "text"],
|
81 |
layout="horizontal",
|
82 |
theme="huggingface",
|
83 |
+
title="Speech to Text using Open AI Transcribe YouTube",
|
84 |
description=(
|
85 |
"Transcribe long-form YouTube videos with the click of a button! "
|
86 |
),
|