Kailing-Leifang Claude Opus 4.5 commited on
Commit
8237a04
·
1 Parent(s): 7d8f0d5

Update copy: remove "messy", change "chaos" to "nature"

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -1,6 +1,6 @@
1
  """
2
  The Pareidolia Scanner
3
- Find hidden figures in messy images using SAM + Stable Diffusion SDXL Turbo
4
  """
5
 
6
  import random
@@ -455,11 +455,11 @@ def create_ui():
455
  """
456
  # The Pareidolia Scanner
457
 
458
- *Find hidden figures in the chaos. Upload a messy image - clouds, coffee stains,
459
- crumpled foil, tree bark - and let AI reveal what's lurking in the patterns.*
460
 
461
  **How it works:**
462
- 1. Upload a "messy" image with interesting textures
463
  2. Enter what you want to see (or click Randomize for inspiration)
464
  3. Click "Reveal the Hidden" — then pick a shape from the detected masks!
465
  """
@@ -470,7 +470,7 @@ def create_ui():
470
  with gr.Tabs():
471
  with gr.TabItem("Original Image"):
472
  input_image = gr.Image(
473
- label="Upload Your Messy Image",
474
  type="pil",
475
  height=350,
476
  sources=["upload"],
 
1
  """
2
  The Pareidolia Scanner
3
+ Find hidden figures in nature using SAM + Stable Diffusion SDXL Turbo
4
  """
5
 
6
  import random
 
455
  """
456
  # The Pareidolia Scanner
457
 
458
+ *Find hidden figures in nature. Upload an image - clouds, coffee stains,
459
+ tree bark, rocks - and let AI reveal what's lurking in the patterns.*
460
 
461
  **How it works:**
462
+ 1. Upload an image with interesting textures
463
  2. Enter what you want to see (or click Randomize for inspiration)
464
  3. Click "Reveal the Hidden" — then pick a shape from the detected masks!
465
  """
 
470
  with gr.Tabs():
471
  with gr.TabItem("Original Image"):
472
  input_image = gr.Image(
473
+ label="Upload Your Image",
474
  type="pil",
475
  height=350,
476
  sources=["upload"],