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