Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -148,7 +148,7 @@ def pics_pairwise_inference(background, img_a, mask_a, img_b, mask_b):
|
|
| 148 |
|
| 149 |
return final_image
|
| 150 |
|
| 151 |
-
with gr.Blocks(title="PICS: Pairwise Spatial Compositing") as demo:
|
| 152 |
gr.Markdown("# 🚀 PICS: Pairwise Image Compositing")
|
| 153 |
gr.Markdown("Submit **Background**, **Two Objects**, and their **Two Masks** to reason about spatial interactions.")
|
| 154 |
|
|
|
|
| 148 |
|
| 149 |
return final_image
|
| 150 |
|
| 151 |
+
with gr.Blocks(title="PICS: Pairwise Spatial Compositing with Spatial Interactions") as demo:
|
| 152 |
gr.Markdown("# 🚀 PICS: Pairwise Image Compositing")
|
| 153 |
gr.Markdown("Submit **Background**, **Two Objects**, and their **Two Masks** to reason about spatial interactions.")
|
| 154 |
|