Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ mf_transcribe = gr.Interface(
|
|
80 |
outputs=["text",output_2],
|
81 |
layout="horizontal",
|
82 |
theme="huggingface",
|
83 |
-
title="Speech to Text",
|
84 |
description= description,
|
85 |
allow_flagging="never",
|
86 |
)
|
|
|
80 |
outputs=["text",output_2],
|
81 |
layout="horizontal",
|
82 |
theme="huggingface",
|
83 |
+
title="Speech to Text Converter using OpenAI Whisper Model",
|
84 |
description= description,
|
85 |
allow_flagging="never",
|
86 |
)
|