Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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,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)
|
| 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__":
|