LAP-DEV commited on
Commit
00b99f2
·
verified ·
1 Parent(s): 17d97e1

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="<span style="color:red;">⚠ Experimental features (Use with caution)</span>")
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="<span style='color:red'>⚠ Experimental features (Use with caution)</span>")
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",