LAP-DEV commited on
Commit
04afb3e
·
verified ·
1 Parent(s): 47eb59e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ class App:
122
  interactive=True, visible=False)
123
 
124
  with gr.Accordion("Preprocessing options", open=False, visible=True):
125
- gr.Markdown(value=" Experimental features (Use with Caution)")
126
  with gr.Accordion("Voice Detection Filter", open=False, visible=True):
127
  cb_vad_filter = gr.Checkbox(label="Enable Silero VAD Filter", value=vad_params["vad_filter"],
128
  info="Enable to transcribe only detected voice parts",
 
122
  interactive=True, visible=False)
123
 
124
  with gr.Accordion("Preprocessing options", open=False, visible=True):
125
+ gr.Markdown(value="<b>⚠ Experimental features (Use with Caution)</b>")
126
  with gr.Accordion("Voice Detection Filter", open=False, visible=True):
127
  cb_vad_filter = gr.Checkbox(label="Enable Silero VAD Filter", value=vad_params["vad_filter"],
128
  info="Enable to transcribe only detected voice parts",