Shahriar-jaman commited on
Commit
69d9c08
·
verified ·
1 Parent(s): 8ee7620

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.Markdown(label="Investigation Results"),
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 formatted for investigative analysis."
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__":