Spaces:
Running
Running
alessandro trinca tornidor
commited on
Commit
•
57141bb
1
Parent(s):
3a8b45a
feat: don't show the label for the speech accuracy output
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ with gr.Blocks(css=css) as gradio_app:
|
|
87 |
html_output = gr.HTML(
|
88 |
label="Speech accuracy output",
|
89 |
elem_id="speech-output",
|
90 |
-
show_label=
|
91 |
visible=True,
|
92 |
render=True,
|
93 |
value=" - ",
|
|
|
87 |
html_output = gr.HTML(
|
88 |
label="Speech accuracy output",
|
89 |
elem_id="speech-output",
|
90 |
+
show_label=False,
|
91 |
visible=True,
|
92 |
render=True,
|
93 |
value=" - ",
|