Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ class App:
|
|
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"],
|
|
|
123 |
|
124 |
with gr.Accordion("Preprocessing options", open=False, visible=True):
|
125 |
|
126 |
+
gr.Markdown("<i><b>Note: ⚠ Experimental features (Use with caution)</b></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"],
|