Spaces:
Runtime error
Runtime error
Commit
·
9ce73d8
1
Parent(s):
523e922
add location based examples
Browse files
app.py
CHANGED
@@ -15,6 +15,7 @@ def main():
|
|
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 'Submit' Retry for free!", 15, True]]
|
19 |
)
|
20 |
|
|
|
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 'Submit' Retry for free!", 15, True]]
|
20 |
)
|
21 |
|