Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks() as demo:
|
|
45 |
with gr.Row():
|
46 |
download_button = gr.Button("Download")
|
47 |
|
48 |
-
|
49 |
dynamic_output = gr.State()
|
50 |
|
51 |
def update_output_component(download_video):
|
|
|
45 |
with gr.Row():
|
46 |
download_button = gr.Button("Download")
|
47 |
|
48 |
+
|
49 |
dynamic_output = gr.State()
|
50 |
|
51 |
def update_output_component(download_video):
|