Spaces:
Build error
Build error
Update app.py
Browse files
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)
|