SynLayers commited on
Commit
5f5cc3f
·
verified ·
1 Parent(s): c85ffa5

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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