Shahriar-jaman commited on
Commit
b06f69e
·
verified ·
1 Parent(s): fd02931

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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("# VisionSage: Image Analysis for Crime Investigation")
729
- gr.Markdown("Upload up to 3 images (up to 10MB each, any resolution) and select outputs for investigative analysis. Features include metadata extraction, descriptions, text recognition, object detection, facial analysis, activity recognition, clothing detection, threat scoring, and case management. Export results as JSON or a detailed report.")
730
 
731
  with gr.Row():
732
- image_1 = gr.Image(label="Upload Image 1 (up to 10MB)")
733
- image_2 = gr.Image(label="Upload Image 2 (up to 10MB)")
734
- image_3 = gr.Image(label="Upload Image 3 (up to 10MB)")
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():