Spaces:
Running on Zero
Running on Zero
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -96,11 +96,8 @@ with gr.Blocks(title="SynLayers Real-World Demo") as demo:
|
|
| 96 |
# SynLayers Real-World Decomposition
|
| 97 |
|
| 98 |
Upload a single image and run the full pipeline in one step:
|
| 99 |
-
1.
|
| 100 |
-
2. SynLayers real-image layer decomposition
|
| 101 |
-
|
| 102 |
-
The app uses `demo/infer` for the VLM stage and `infer/infer.py` + `infer/infer.yaml`
|
| 103 |
-
for the decomposition stage.
|
| 104 |
"""
|
| 105 |
)
|
| 106 |
|
|
|
|
| 96 |
# SynLayers Real-World Decomposition
|
| 97 |
|
| 98 |
Upload a single image and run the full pipeline in one step:
|
| 99 |
+
1. VLM for whole-caption + bounding-box detection
|
| 100 |
+
2. SynLayers real-image layer decomposition
|
|
|
|
|
|
|
|
|
|
| 101 |
"""
|
| 102 |
)
|
| 103 |
|