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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ def pics_pairwise_inference(background, img_a, mask_a, img_b, mask_b):
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
 
155
  with gr.Row():
 
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 with Spatial Interactions")
153
  gr.Markdown("Submit **Background**, **Two Objects**, and their **Two Masks** to reason about spatial interactions.")
154
 
155
  with gr.Row():