Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)")]
|