blanchon commited on
Commit
a696b33
·
verified ·
1 Parent(s): 34c1cbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -10,7 +10,7 @@
10
  # "hf-transfer>=0.1.9",
11
  # ]
12
  # [tool.uv.sources]
13
- # teamwork = { git = "https://github.com/julien-blanchon/teamwork" }
14
  # ///
15
  import gradio as gr
16
  import spaces
@@ -149,6 +149,8 @@ Upload an image to process it using the Teamwork model for intrinsic decompositi
149
  gr.Examples(
150
  examples=[
151
  ["https://raw.githubusercontent.com/samsartor/teamwork/refs/heads/main/demo/red_glass_sphere.png"],
 
 
152
  ],
153
  inputs=input_image,
154
  label="Example Images",
 
10
  # "hf-transfer>=0.1.9",
11
  # ]
12
  # [tool.uv.sources]
13
+ # teamwork = { git = "https://github.com/samsartor/teamwork" }
14
  # ///
15
  import gradio as gr
16
  import spaces
 
149
  gr.Examples(
150
  examples=[
151
  ["https://raw.githubusercontent.com/samsartor/teamwork/refs/heads/main/demo/red_glass_sphere.png"],
152
+ ["https://raw.githubusercontent.com/samsartor/teamwork/refs/heads/main/demo/gift_card.png"],
153
+ ["https://raw.githubusercontent.com/samsartor/teamwork/refs/heads/main/demo/pink_input.png"],
154
  ],
155
  inputs=input_image,
156
  label="Example Images",