Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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/
|
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")
|