Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -725,13 +725,13 @@ def format_results(results, timestamp, keyword_search, json_export, detailed_rep
|
|
| 725 |
|
| 726 |
# Gradio interface
|
| 727 |
with gr.Blocks() as iface:
|
| 728 |
-
gr.Markdown("
|
| 729 |
-
gr.Markdown("Upload up to 3 images (up to 10MB each, any resolution)
|
| 730 |
|
| 731 |
with gr.Row():
|
| 732 |
-
image_1 = gr.Image(label="Upload Image 1
|
| 733 |
-
image_2 = gr.Image(label="Upload Image 2
|
| 734 |
-
image_3 = gr.Image(label="Upload Image 3
|
| 735 |
|
| 736 |
with gr.Row():
|
| 737 |
with gr.Column():
|
|
|
|
| 725 |
|
| 726 |
# Gradio interface
|
| 727 |
with gr.Blocks() as iface:
|
| 728 |
+
gr.Markdown("VisionSage: Image Analysis for Crime Investigation")
|
| 729 |
+
gr.Markdown("Upload up to 3 images (up to 10MB each, any resolution) ")
|
| 730 |
|
| 731 |
with gr.Row():
|
| 732 |
+
image_1 = gr.Image(label="Upload Image 1 ")
|
| 733 |
+
image_2 = gr.Image(label="Upload Image 2 ")
|
| 734 |
+
image_3 = gr.Image(label="Upload Image 3 ")
|
| 735 |
|
| 736 |
with gr.Row():
|
| 737 |
with gr.Column():
|