Spaces:
Runtime error
Runtime error
Commit
·
0aa610a
1
Parent(s):
51cebb2
add modelcard
Browse files
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")
|