LouisLi commited on
Commit
cce94d8
·
verified ·
1 Parent(s): d01447a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1251,7 +1251,7 @@ def create_ui():
1251
  label="Check to autoplay audio", value=False, scale=0.4, elem_classes="custom-autoplay"
1252
  )
1253
  output_audio = gr.HTML(
1254
- label="Synthesised Audio", scale=0.3, elem_classes="custom-output"
1255
  )
1256
 
1257
 
 
1251
  label="Check to autoplay audio", value=False, scale=0.4, elem_classes="custom-autoplay"
1252
  )
1253
  output_audio = gr.HTML(
1254
+ label="Synthesised Audio", elem_classes="custom-output"
1255
  )
1256
 
1257