Spaces:
Running on Zero
Running on Zero
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -98,6 +98,9 @@ with gr.Blocks(title="SynLayers Real-World Demo") as demo:
|
|
| 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 |
|
|
|
|
| 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 |
+
This Space is intended to run on GPU hardware. The first request may take time
|
| 103 |
+
while model assets are loaded from Hugging Face.
|
| 104 |
"""
|
| 105 |
)
|
| 106 |
|