kenjiqq commited on
Commit
61129b2
·
1 Parent(s): b732a2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -28,6 +28,7 @@ def predict(img):
28
 
29
  gr.Interface(
30
  title="Aesthetics Scorer",
 
31
  fn=predict,
32
  inputs=gr.Image(type="pil"),
33
  outputs=[gr.Number(label="Rating ~1-10 (high is good)"), gr.Number(label="Artifacts ~1-5 (low is good)")]
 
28
 
29
  gr.Interface(
30
  title="Aesthetics Scorer",
31
+ description="Predicts aesthetics and artifact scores for images using CLIP-ViT-L. Demo for https://github.com/kenjiqq/aesthetics-scorer"
32
  fn=predict,
33
  inputs=gr.Image(type="pil"),
34
  outputs=[gr.Number(label="Rating ~1-10 (high is good)"), gr.Number(label="Artifacts ~1-5 (low is good)")]