Spaces:
Runtime error
Runtime error
ivelin
commited on
Commit
•
fbde604
1
Parent(s):
1e72178
feat: add more examples
Browse filesSigned-off-by: ivelin <ivelin.eth@gmail.com>
- app.py +11 -0
- example_3.jpg +0 -0
app.py
CHANGED
@@ -124,6 +124,17 @@ examples = [["example_1.jpg", "select the setting icon from top right corner"],
|
|
124 |
["example_2.jpg", "click on green color button"],
|
125 |
["example_2.jpg", "click on text which is beside call now"],
|
126 |
["example_2.jpg", "click on more button"],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
]
|
128 |
|
129 |
demo = gr.Interface(fn=process_refexp,
|
|
|
124 |
["example_2.jpg", "click on green color button"],
|
125 |
["example_2.jpg", "click on text which is beside call now"],
|
126 |
["example_2.jpg", "click on more button"],
|
127 |
+
["example_3.jpg", "select the third row first image"],
|
128 |
+
["example_3.jpg", "click the tick mark on the first image"],
|
129 |
+
["example_3.jpg", "select the ninth image"],
|
130 |
+
["example_3.jpg", "select the add icon"],
|
131 |
+
["example_3.jpg", "click the first image"],
|
132 |
+
["example_3.jpg", "select the first column second image"],
|
133 |
+
["example_3.jpg", "select the bottom right image"],
|
134 |
+
["example_3.jpg", "select the second row second image"],
|
135 |
+
|
136 |
+
|
137 |
+
|
138 |
]
|
139 |
|
140 |
demo = gr.Interface(fn=process_refexp,
|
example_3.jpg
ADDED