kenjiqq commited on
Commit
8ced2c2
1 Parent(s): ca0bf0c

artifact ratings goes from 0 to 5

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,5 +31,5 @@ gr.Interface(
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)")]
35
  ).launch()
 
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 ~0-5 (low is good)")]
35
  ).launch()