oItsMineZ commited on
Commit
5f3cee5
·
verified ·
1 Parent(s): d724c5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -983,7 +983,7 @@ def GradioSetup(UTheme=gr.themes.Soft()):
983
  [vc_output1, vc_output2],
984
  )
985
 
986
- with gr.Group(): # Markdown explanation of batch inference
987
  with gr.Row():
988
  with gr.Column():
989
  vc_transform1 = gr.Number(value=0)
 
983
  [vc_output1, vc_output2],
984
  )
985
 
986
+ with gr.Group(visible=False): # Markdown explanation of batch inference
987
  with gr.Row():
988
  with gr.Column():
989
  vc_transform1 = gr.Number(value=0)