RyanHangZhou commited on
Commit
3c748e1
·
verified ·
1 Parent(s): cc28535

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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