Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,8 @@ class App:
|
|
122 |
interactive=True, visible=False)
|
123 |
|
124 |
with gr.Accordion("Preprocessing options", open=False, visible=True):
|
125 |
-
gr.Markdown(value="
|
|
|
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="⚠ 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",
|