Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -252,9 +252,9 @@ iface = gr.Interface(
|
|
| 252 |
gr.Checkbox(label="Similarity to Image 1", value=True),
|
| 253 |
gr.Checkbox(label="Combined (All Outputs)", value=False)
|
| 254 |
],
|
| 255 |
-
outputs=gr.
|
| 256 |
title="VisionSage: Image Analysis for Investigation",
|
| 257 |
-
description="Upload up to 3 images (up to 10MB each, any resolution) and select desired outputs: Description, Signs/Number Plates, Harmful Objects/Blood, Similarity, or Combined. Results are
|
| 258 |
)
|
| 259 |
|
| 260 |
if __name__ == "__main__":
|
|
|
|
| 252 |
gr.Checkbox(label="Similarity to Image 1", value=True),
|
| 253 |
gr.Checkbox(label="Combined (All Outputs)", value=False)
|
| 254 |
],
|
| 255 |
+
outputs=gr.Textbox(label="Investigation Results", placeholder="Results will appear here..."),
|
| 256 |
title="VisionSage: Image Analysis for Investigation",
|
| 257 |
+
description="Upload up to 3 images (up to 10MB each, any resolution) and select desired outputs: Description, Signs/Number Plates, Harmful Objects/Blood, Similarity, or Combined. Results are displayed in a structured table for investigative analysis."
|
| 258 |
)
|
| 259 |
|
| 260 |
if __name__ == "__main__":
|