nph4rd commited on
Commit
9313466
·
1 Parent(s): 4ef3c5a

improve desc

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -58,7 +58,12 @@ def parse_segmentation(input_image, input_text):
58
  ######## Demo
59
 
60
  INTRO_TEXT = """## PaliGemma WaveUI\n\n
61
- PaliGemma 448 fine-tuned on WaveUI dataset for UI element detection
 
 
 
 
 
62
  """
63
 
64
 
 
58
  ######## Demo
59
 
60
  INTRO_TEXT = """## PaliGemma WaveUI\n\n
61
+ [PaliGemma Widgetcap 448](https://huggingface.co/google/paligemma-3b-ft-widgetcap-448) fine-tuned on the [WaveUI-25k](https://huggingface.co/datasets/agentsea/wave-ui-25k) dataset for UI element detection.\n\n
62
+
63
+ Note:\n\n
64
+
65
+ - this model is fine-tuned on a subset of the WaveUI dataset and may not generalize to all UI elements.
66
+ - the task it was fine-tuned on was detection, so it may not generalize to other tasks.
67
  """
68
 
69