Spaces:
Sleeping
Sleeping
gitlost-murali
commited on
Commit
•
e65137a
1
Parent(s):
bb88eef
update examples to take care of quotation marks
Browse files
app.py
CHANGED
@@ -14,9 +14,9 @@ def main():
|
|
14 |
outputs=gr.Image(type="pil"),
|
15 |
title="PTA-Text: A **Text-only** Click Model",
|
16 |
description="Based on PTA-text ([Huggingface model card](https://huggingface.co/AskUI/pta-text-0.1) ).PTA is a small part of our bigger model - PTA-1 (Prompt-To-Automation). \nInstructions: Upload a UI image and enter a text finding prompt to see the model's prediction. \nLimitations: Currently, limited to single screen images.",
|
17 |
-
examples=[["./sample.png",
|
18 |
["./sample.png", 'click on the text "Messaging" on the upper part of the screen', 15, True],
|
19 |
-
["./sample.png",
|
20 |
)
|
21 |
|
22 |
|
|
|
14 |
outputs=gr.Image(type="pil"),
|
15 |
title="PTA-Text: A **Text-only** Click Model",
|
16 |
description="Based on PTA-text ([Huggingface model card](https://huggingface.co/AskUI/pta-text-0.1) ).PTA is a small part of our bigger model - PTA-1 (Prompt-To-Automation). \nInstructions: Upload a UI image and enter a text finding prompt to see the model's prediction. \nLimitations: Currently, limited to single screen images.",
|
17 |
+
examples=[["./sample.png", 'click on the text "Like"', 10, True],
|
18 |
["./sample.png", 'click on the text "Messaging" on the upper part of the screen', 15, True],
|
19 |
+
["./sample.png", 'click on the text "Retry for free!"', 15, True]]
|
20 |
)
|
21 |
|
22 |
|