fffiloni commited on
Commit
7c269bc
·
verified ·
1 Parent(s): 1c1d975

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- button#component-19, button#component-26, button#component-40{
406
- height: 83px!important;
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