Update app.py
Browse files
app.py
CHANGED
|
@@ -402,8 +402,8 @@ 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 |
-
|
| 406 |
-
|
| 407 |
}
|
| 408 |
"""
|
| 409 |
|
|
|
|
| 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-17, div#component-23, div#component-37{
|
| 406 |
+
align-items: stretch!important;
|
| 407 |
}
|
| 408 |
"""
|
| 409 |
|