Update app.py
Browse files
app.py
CHANGED
|
@@ -402,7 +402,7 @@ def reset_propagation(first_frame_path, predictor, stored_inference_state):
|
|
| 402 |
return first_frame_path, gr.State([]), gr.State([]), gr.update(value=None, visible=False), stored_inference_state, None, ["frame_0.jpg"], first_frame_path, "frame_0.jpg", gr.update(visible=False)
|
| 403 |
|
| 404 |
css="""
|
| 405 |
-
div#component-18, div#component-25, div#component-
|
| 406 |
align-items: stretch!important;
|
| 407 |
}
|
| 408 |
"""
|
|
|
|
| 402 |
return first_frame_path, gr.State([]), gr.State([]), gr.update(value=None, visible=False), stored_inference_state, None, ["frame_0.jpg"], first_frame_path, "frame_0.jpg", gr.update(visible=False)
|
| 403 |
|
| 404 |
css="""
|
| 405 |
+
div#component-18, div#component-25, div#component-35, div#component-41{
|
| 406 |
align-items: stretch!important;
|
| 407 |
}
|
| 408 |
"""
|