Update app.py
Browse files
app.py
CHANGED
@@ -122,8 +122,6 @@ class App:
|
|
122 |
|
123 |
with gr.Accordion("Preprocessing options", open=False, visible=True):
|
124 |
|
125 |
-
#gr.Markdown("<i><b>Note: ⚠ Experimental features (Use with caution)</b></i>")
|
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",
|
@@ -287,9 +285,9 @@ class App:
|
|
287 |
#gr.Markdown(MARKDOWN, elem_id="md_project")
|
288 |
|
289 |
with gr.Column():
|
290 |
-
gr.Markdown("# " + website_title,
|
291 |
if website_subtitle:
|
292 |
-
gr.Markdown("### " + website_subtitle,
|
293 |
|
294 |
with gr.Column():
|
295 |
if disclaimer_show:
|
|
|
122 |
|
123 |
with gr.Accordion("Preprocessing options", open=False, visible=True):
|
124 |
|
|
|
|
|
125 |
with gr.Accordion("Voice Detection Filter", open=False, visible=True):
|
126 |
cb_vad_filter = gr.Checkbox(label="Enable Silero VAD Filter", value=vad_params["vad_filter"],
|
127 |
info="Enable to transcribe only detected voice parts",
|
|
|
285 |
#gr.Markdown(MARKDOWN, elem_id="md_project")
|
286 |
|
287 |
with gr.Column():
|
288 |
+
gr.Markdown("# " + website_title, elem_id="md_title")
|
289 |
if website_subtitle:
|
290 |
+
gr.Markdown("### " + website_subtitle, elem_id="md_title")
|
291 |
|
292 |
with gr.Column():
|
293 |
if disclaimer_show:
|