jagilley commited on
Commit
d4dc745
1 Parent(s): 96262a4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,6 +56,6 @@ iface = gr.Interface(
56
  gr.Textbox(label="Attractiveness Score"),
57
  ],
58
  title="Hot or Not",
59
- description="A simple hot or not app using OpenAI's CLIP model. 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.",
60
  )
61
  iface.launch()
 
56
  gr.Textbox(label="Attractiveness Score"),
57
  ],
58
  title="Hot or Not",
59
+ description="A simple hot or not app using OpenAI's CLIP model. 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 on a scale of 0 to 100.",
60
  )
61
  iface.launch()