jagilley commited on
Commit
2979397
1 Parent(s): f263f52

add article

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -57,5 +57,6 @@ iface = gr.Interface(
57
  ],
58
  title="Hot or Not",
59
  description="A simple hot or not app using OpenAI's CLIP model.",
 
60
  )
61
  iface.launch()
 
57
  ],
58
  title="Hot or Not",
59
  description="A simple hot or not app using OpenAI's CLIP model.",
60
+ article="How it works: the input image is passed to OpenAI's CLIP image captioning model and evaluated for how much it conforms to the model's idea of hotness, beauty, and attractiveness. These values are then combined to produce a composite score.",
61
  )
62
  iface.launch()