Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ mf_transcribe = gr.Interface(
|
|
133 |
gr.Audio(sources="microphone", type="filepath")
|
134 |
],
|
135 |
#outputs="text",
|
136 |
-
outputs=gr.Textbox(label="VTT subtitles", elem_id="text", show_copy_button=True),
|
137 |
title="Generate Estonian subtitles",
|
138 |
description=(
|
139 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
|
|
|
133 |
gr.Audio(sources="microphone", type="filepath")
|
134 |
],
|
135 |
#outputs="text",
|
136 |
+
outputs=gr.Textbox(label="VTT subtitles", elem_id="text", show_label=True, show_copy_button=True, autoscroll=False, interactive=True),
|
137 |
title="Generate Estonian subtitles",
|
138 |
description=(
|
139 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
|