Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -747,7 +747,7 @@ with gr.Blocks(css=css) as interface:
|
|
747 |
"Trim and Reload", interactive=True
|
748 |
)
|
749 |
|
750 |
-
with gr.
|
751 |
direc_input = gr.Text(label="Path", interactive=True)
|
752 |
|
753 |
with gr.Column(scale=0.6):
|
@@ -770,7 +770,7 @@ with gr.Blocks(css=css) as interface:
|
|
770 |
"π½οΈ", interactive=False, visible=False
|
771 |
)
|
772 |
|
773 |
-
with gr.
|
774 |
with gr.Row():
|
775 |
gr.Markdown(
|
776 |
"### [π Sponsor]"
|
|
|
747 |
"Trim and Reload", interactive=True
|
748 |
)
|
749 |
|
750 |
+
with gr.Group(visible=False) as input_directory_group:
|
751 |
direc_input = gr.Text(label="Path", interactive=True)
|
752 |
|
753 |
with gr.Column(scale=0.6):
|
|
|
770 |
"π½οΈ", interactive=False, visible=False
|
771 |
)
|
772 |
|
773 |
+
with gr.Group():
|
774 |
with gr.Row():
|
775 |
gr.Markdown(
|
776 |
"### [π Sponsor]"
|