Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ yt_transcribe = gr.Interface(
|
|
94 |
outputs=["html", "text"],
|
95 |
layout="horizontal",
|
96 |
theme="huggingface",
|
97 |
-
title="Speech to Text ",
|
98 |
description=(
|
99 |
"Transcribe YouTube Videos to Text"
|
100 |
),
|
|
|
94 |
outputs=["html", "text"],
|
95 |
layout="horizontal",
|
96 |
theme="huggingface",
|
97 |
+
title="Speech to Text Converter using OpenAI Whisper Model",
|
98 |
description=(
|
99 |
"Transcribe YouTube Videos to Text"
|
100 |
),
|