gitlost-murali commited on
Commit
bb88eef
1 Parent(s): 9ce73d8

fix typo in examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def main():
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
 
22
 
 
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