Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ interface = gr.Interface(
|
|
| 64 |
outputs=gr.Image(type="pil"),
|
| 65 |
title="🤖 Netrava UI Element Detection",
|
| 66 |
description="Upload a screenshot to detect UI elements like buttons, textboxes, etc.",
|
| 67 |
-
examples=["example1.png", "example2.png"]
|
| 68 |
)
|
| 69 |
|
| 70 |
if __name__ == "__main__":
|
|
|
|
| 64 |
outputs=gr.Image(type="pil"),
|
| 65 |
title="🤖 Netrava UI Element Detection",
|
| 66 |
description="Upload a screenshot to detect UI elements like buttons, textboxes, etc.",
|
| 67 |
+
examples=[["example1.png"], ["example2.png"]]
|
| 68 |
)
|
| 69 |
|
| 70 |
if __name__ == "__main__":
|