ivelin commited on
Commit
f850a48
1 Parent(s): 2c6eff4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -125,7 +125,6 @@ examples = [["example_1.jpg", "select the setting icon from top right corner"],
125
  ["example_1.jpg", "click on down arrow beside the entertainment"],
126
  ["example_1.jpg", "select the down arrow button beside lifestyle"],
127
  ["example_1.jpg", "click on the image beside the option traffic"],
128
- ["example_2.jpg", "enter the text field next to the name"],
129
  ["example_3.jpg", "select the third row first image"],
130
  ["example_3.jpg", "click the tick mark on the first image"],
131
  ["example_3.jpg", "select the ninth image"],
@@ -137,12 +136,13 @@ examples = [["example_1.jpg", "select the setting icon from top right corner"],
137
  ["val-image-1.jpg", "select calendar option"],
138
  ["val-image-1.jpg", "select photos&videos option"],
139
  ["val-image-2.jpg", "click on change store"],
140
- ["example_2.jpg", "click on green color button"],
141
- ["example_2.jpg", "click on text which is beside call now"],
142
- ["example_2.jpg", "click on more button"],
143
  ["val-image-2.jpg", "click on shop menu at the bottom"],
144
  ["val-image-3.jpg", "click on image above short meow"],
145
  ["val-image-3.jpg", "go to cat sounds"],
 
 
 
 
146
  ]
147
 
148
  demo = gr.Interface(fn=process_refexp,
125
  ["example_1.jpg", "click on down arrow beside the entertainment"],
126
  ["example_1.jpg", "select the down arrow button beside lifestyle"],
127
  ["example_1.jpg", "click on the image beside the option traffic"],
 
128
  ["example_3.jpg", "select the third row first image"],
129
  ["example_3.jpg", "click the tick mark on the first image"],
130
  ["example_3.jpg", "select the ninth image"],
136
  ["val-image-1.jpg", "select calendar option"],
137
  ["val-image-1.jpg", "select photos&videos option"],
138
  ["val-image-2.jpg", "click on change store"],
 
 
 
139
  ["val-image-2.jpg", "click on shop menu at the bottom"],
140
  ["val-image-3.jpg", "click on image above short meow"],
141
  ["val-image-3.jpg", "go to cat sounds"],
142
+ ["example_2.jpg", "click on green color button"],
143
+ ["example_2.jpg", "click on text which is beside call now"],
144
+ ["example_2.jpg", "click on more button"],
145
+ ["example_2.jpg", "enter the text field next to the name"],
146
  ]
147
 
148
  demo = gr.Interface(fn=process_refexp,