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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def predict(img):
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)")]
 
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)")]