evalstate HF Staff commited on
Commit
debb178
·
verified ·
1 Parent(s): 98f260b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -54,10 +54,10 @@ def process(
54
  use_paddleocr,
55
  imgsz
56
  ) -> Optional[Image.Image]:
57
- """
58
- Parse a GUI screen and return an array of structured elements, and a marked-up image showing the bounding boxes.
59
- Array contains: Element Type (e.g. Icon, Text, Label), Bounding Box, Interactivity and Element Content
60
- """
61
 
62
  # image_save_path = 'imgs/saved_image_demo.png'
63
  # image_input.save(image_save_path)
 
54
  use_paddleocr,
55
  imgsz
56
  ) -> Optional[Image.Image]:
57
+ """
58
+ Parse a GUI screen and return an array of structured elements, and a marked-up image showing the bounding boxes.
59
+ Element array contains: Type (e.g. Icon, Text, Label), Bounding Box, Interactivity and Content
60
+ """
61
 
62
  # image_save_path = 'imgs/saved_image_demo.png'
63
  # image_input.save(image_save_path)