Spaces:
Sleeping
Sleeping
gitlost-murali
commited on
Commit
·
e82952b
1
Parent(s):
e65137a
add askui attribution
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def main():
|
|
13 |
gr.Checkbox(label="Resize (Recommended)", value=True, info="Resize the image to 1920x1080 for better results?")],
|
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]]
|
|
|
13 |
gr.Checkbox(label="Resize (Recommended)", value=True, info="Resize the image to 1920x1080 for better results?")],
|
14 |
outputs=gr.Image(type="pil"),
|
15 |
title="PTA-Text: A **Text-only** Click Model",
|
16 |
+
description="Based on PTA-text model ([Huggingface model card](https://huggingface.co/AskUI/pta-text-0.1)) from [askui](https://www.askui.com/).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]]
|