TanelAlumae commited on
Commit
77c67ca
·
verified ·
1 Parent(s): 0b0dcac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"