ivelin commited on
Commit
161ad07
1 Parent(s): f37a3ce

chore: more examples

Browse files

Signed-off-by: ivelin <ivelin.eth@gmail.com>

Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -88,10 +88,10 @@ examples = [["example_1.jpg", "select the setting icon from top right corner"],
88
  ["example_1.jpg", "click on down arrow beside the entertainment"],
89
  ["example_1.jpg", "select the down arrow button beside lifestyle"],
90
  ["example_1.jpg", "click on the image beside the option traffic"],
91
- ["example_2.jpg", "enter the text field next to the name"]
92
- ["example_2.jpg", "click on green color button"]
93
- ["example_2.jpg", "click on text which is beside call now"]
94
- ["example_2.jpg", "click on more button"]
95
  ]
96
 
97
  demo = gr.Interface(fn=process_refexp,
 
88
  ["example_1.jpg", "click on down arrow beside the entertainment"],
89
  ["example_1.jpg", "select the down arrow button beside lifestyle"],
90
  ["example_1.jpg", "click on the image beside the option traffic"],
91
+ ["example_2.jpg", "enter the text field next to the name"],
92
+ ["example_2.jpg", "click on green color button"],
93
+ ["example_2.jpg", "click on text which is beside call now"],
94
+ ["example_2.jpg", "click on more button"],
95
  ]
96
 
97
  demo = gr.Interface(fn=process_refexp,