LAP-DEV commited on
Commit
03fc388
·
verified ·
1 Parent(s): f629227

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -122,8 +122,12 @@ 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
- gr.Markdown(value='<p><span style="color:blue;font-weight:bold;">⚠ Experimental features (Use with caution)</span></p>')
 
 
 
 
127
  with gr.Accordion("Voice Detection Filter", open=False, visible=True):
128
  cb_vad_filter = gr.Checkbox(label="Enable Silero VAD Filter", value=vad_params["vad_filter"],
129
  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="Note: ⚠ Experimental features (Use with caution)")
126
+
127
+ gr.Markdown("""
128
+ ##### Note: ⚠ Experimental features (Use with caution)
129
+ """)
130
+
131
  with gr.Accordion("Voice Detection Filter", open=False, visible=True):
132
  cb_vad_filter = gr.Checkbox(label="Enable Silero VAD Filter", value=vad_params["vad_filter"],
133
  info="Enable to transcribe only detected voice parts",