added text
Browse files
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 |
)
|