jagilley commited on
Commit
96262a4
1 Parent(s): 2979397

updated desc

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -56,7 +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.",
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()
 
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()