Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,8 +66,8 @@ mf_transcribe = gr.Interface(
|
|
66 |
],
|
67 |
outputs="text",
|
68 |
layout="horizontal",
|
69 |
-
theme="
|
70 |
-
title="
|
71 |
description=(
|
72 |
"Transcribe long-form microphone or audio inputs with the click of a button!"
|
73 |
),
|
|
|
66 |
],
|
67 |
outputs="text",
|
68 |
layout="horizontal",
|
69 |
+
theme="seafoam",
|
70 |
+
title="Speech To Text Translation ",
|
71 |
description=(
|
72 |
"Transcribe long-form microphone or audio inputs with the click of a button!"
|
73 |
),
|