gitlost-murali commited on
Commit
0aa610a
·
1 Parent(s): 51cebb2

add modelcard

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def main():
100
  gr.Textbox(label = "Prompt", placeholder='Enter a prompt to find in the image', value='Click on the text "Login"')],
101
  outputs=gr.Image(type="pil"),
102
  title="PTA-Text: A **Text-only** Click Model",
103
- description="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."
104
  )
105
 
106
  iface.launch(server_name="0.0.0.0")
 
100
  gr.Textbox(label = "Prompt", placeholder='Enter a prompt to find in the image', value='Click on the text "Login"')],
101
  outputs=gr.Image(type="pil"),
102
  title="PTA-Text: A **Text-only** Click Model",
103
+ 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."
104
  )
105
 
106
  iface.launch(server_name="0.0.0.0")