Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@
|
|
| 10 |
# "hf-transfer>=0.1.9",
|
| 11 |
# ]
|
| 12 |
# [tool.uv.sources]
|
| 13 |
-
# teamwork = { git = "https://github.com/
|
| 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",
|