Netrava commited on
Commit
7dff749
·
verified ·
1 Parent(s): fdc6bd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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__":