Update app.py
Browse files
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=
|
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",
|