LAP-DEV commited on
Commit
381060b
·
verified ·
1 Parent(s): f67b027

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -123,9 +123,7 @@ class App:
123
 
124
  with gr.Accordion("Preprocessing options", open=False, visible=True):
125
 
126
- gr.Markdown("""
127
- ###### Note: ⚠ Experimental features (Use with caution)
128
- """)
129
 
130
  with gr.Accordion("Voice Detection Filter", open=False, visible=True):
131
  cb_vad_filter = gr.Checkbox(label="Enable Silero VAD Filter", value=vad_params["vad_filter"],
 
123
 
124
  with gr.Accordion("Preprocessing options", open=False, visible=True):
125
 
126
+ gr.Markdown("<i>Note: ⚠ Experimental features (Use with caution)</i>")
 
 
127
 
128
  with gr.Accordion("Voice Detection Filter", open=False, visible=True):
129
  cb_vad_filter = gr.Checkbox(label="Enable Silero VAD Filter", value=vad_params["vad_filter"],