Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -583,9 +583,7 @@ def main():
|
|
| 583 |
tabs,
|
| 584 |
],
|
| 585 |
show_progress=True
|
| 586 |
-
)
|
| 587 |
-
|
| 588 |
-
generate_button.click(
|
| 589 |
fn=lambda: [gr.update(visible=True), gr.update(visible=True), gr.update(visible=True), gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)],
|
| 590 |
inputs=None,
|
| 591 |
outputs=[video_display, original_video1, original_video4, emph_tab, exp_tab, trans_tab]
|
|
|
|
| 583 |
tabs,
|
| 584 |
],
|
| 585 |
show_progress=True
|
| 586 |
+
).then(
|
|
|
|
|
|
|
| 587 |
fn=lambda: [gr.update(visible=True), gr.update(visible=True), gr.update(visible=True), gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)],
|
| 588 |
inputs=None,
|
| 589 |
outputs=[video_display, original_video1, original_video4, emph_tab, exp_tab, trans_tab]
|