Spaces:
Running
on
Zero
Running
on
Zero
Zeyu Zhao
commited on
Commit
·
27d1795
1
Parent(s):
dc9d341
Debug.
Browse files
app.py
CHANGED
@@ -418,7 +418,7 @@ with gr.Blocks(fill_width=True, fill_height=True) as demo:
|
|
418 |
outputs=[frame_selector],
|
419 |
)
|
420 |
|
421 |
-
frame_selector.
|
422 |
fn=frame_selector_change, inputs=[frame_selector, frames], outputs=[image]
|
423 |
)
|
424 |
|
|
|
418 |
outputs=[frame_selector],
|
419 |
)
|
420 |
|
421 |
+
frame_selector.release(
|
422 |
fn=frame_selector_change, inputs=[frame_selector, frames], outputs=[image]
|
423 |
)
|
424 |
|