LPX55 commited on
Commit
ff2c6ef
·
verified ·
1 Parent(s): 854eed8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -399,6 +399,9 @@ css = """
399
  div#component-17 {
400
  height: auto !important;
401
  }
 
 
 
402
  """
403
 
404
  title = """<h1 align="center">Diffusers Image Outpaint</h1>
@@ -411,7 +414,7 @@ title = """<h1 align="center">Diffusers Image Outpaint</h1>
411
  </p>
412
  </div>
413
  """
414
- sam_block = gr.load(name="spaces/LPX55/SAM2-Image-Predictor-CPU")
415
 
416
  with gr.Blocks(css=css, fill_height=True) as demo:
417
  gr.Markdown("# Diffusers Inpaint and Outpaint")
 
399
  div#component-17 {
400
  height: auto !important;
401
  }
402
+ div#component-46{
403
+ height: 100% !important;
404
+ }
405
  """
406
 
407
  title = """<h1 align="center">Diffusers Image Outpaint</h1>
 
414
  </p>
415
  </div>
416
  """
417
+ sam_block = gr.load(name="spaces/LPX55/SAM2_1-Image-Predictor-Masking-Tool-CPU")
418
 
419
  with gr.Blocks(css=css, fill_height=True) as demo:
420
  gr.Markdown("# Diffusers Inpaint and Outpaint")