006f86 commited on
Commit
e5f266f
·
1 Parent(s): f0c285f

added text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ demo = gr.Interface(
119
  gr.Gallery(label="Detected Cats (Cropped)", columns=2, rows=2),
120
  gr.JSON(label="Predictions per Cat")
121
  ],
122
- title="StrAI - Cat Identifier",
123
  description="Upload an image with one or more cats.",
124
  api_name="predict"
125
  )
 
119
  gr.Gallery(label="Detected Cats (Cropped)", columns=2, rows=2),
120
  gr.JSON(label="Predictions per Cat")
121
  ],
122
+ title="StrAI - Cat Identifier - 12/2/2025 Build",
123
  description="Upload an image with one or more cats.",
124
  api_name="predict"
125
  )