Update app.py
Browse files
app.py
CHANGED
@@ -1609,7 +1609,7 @@ with gr.Blocks(theme=theme) as app:
|
|
1609 |
choices=get_indexes(),
|
1610 |
value=get_index(),
|
1611 |
interactive=True,
|
1612 |
-
visible=
|
1613 |
)
|
1614 |
sid0.change(fn=match_index, inputs=[sid0],outputs=[file_index1])
|
1615 |
refresh_button.click(
|
|
|
1609 |
choices=get_indexes(),
|
1610 |
value=get_index(),
|
1611 |
interactive=True,
|
1612 |
+
visible=False
|
1613 |
)
|
1614 |
sid0.change(fn=match_index, inputs=[sid0],outputs=[file_index1])
|
1615 |
refresh_button.click(
|