SynLayers commited on
Commit
b888ccc
·
verified ·
1 Parent(s): 0d4b978

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -5
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. fixed-prompt VLM whole-caption + bounding-box detection
100
- 2. SynLayers real-image layer decomposition with the `step_120000` checkpoint
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