Shahriar-jaman commited on
Commit
77a7799
·
verified ·
1 Parent(s): 81fa4ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -619,9 +619,9 @@ def gradio_predict(
619
  iface = gr.Interface(
620
  fn=gradio_predict,
621
  inputs=[
622
- gr.Image(label="Upload Image 1 (up to 10MB)"),
623
- gr.Image(label="Upload Image 2 (up to 10MB)"),
624
- gr.Image(label="Upload Image 3 (up to 10MB)"),
625
  gr.Checkbox(label="Description", value=True),
626
  gr.Checkbox(label="Signs", value=True),
627
  gr.Checkbox(label="Harmful Objects", value=True),
@@ -649,7 +649,7 @@ iface = gr.Interface(
649
  ],
650
  outputs=gr.Textbox(label="Investigation Results", placeholder="Results will appear here..."),
651
  title="VisionSage: Image Analysis for Crime Investigation",
652
- description="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."
653
  )
654
 
655
  if __name__ == "__main__":
 
619
  iface = gr.Interface(
620
  fn=gradio_predict,
621
  inputs=[
622
+ gr.Image(label="Upload Image 1 "),
623
+ gr.Image(label="Upload Image 2 "),
624
+ gr.Image(label="Upload Image 3 "),
625
  gr.Checkbox(label="Description", value=True),
626
  gr.Checkbox(label="Signs", value=True),
627
  gr.Checkbox(label="Harmful Objects", value=True),
 
649
  ],
650
  outputs=gr.Textbox(label="Investigation Results", placeholder="Results will appear here..."),
651
  title="VisionSage: Image Analysis for Crime Investigation",
652
+ description="Upload up to 3 images (up to 10MB each, any resolution) "
653
  )
654
 
655
  if __name__ == "__main__":