Spaces:
Sleeping
Sleeping
Rename to Image Evaluator
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: "🎨"
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
|
@@ -11,7 +11,7 @@ pinned: false
|
|
| 11 |
license: mit
|
| 12 |
---
|
| 13 |
|
| 14 |
-
#
|
| 15 |
|
| 16 |
AI image quality assessment using Soft-TIFA, VLM-as-Judge, and technical metrics.
|
| 17 |
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Image Evaluator
|
| 3 |
emoji: "🎨"
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
|
|
|
| 11 |
license: mit
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# Image Evaluator
|
| 15 |
|
| 16 |
AI image quality assessment using Soft-TIFA, VLM-as-Judge, and technical metrics.
|
| 17 |
|
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
"""
|
| 2 |
-
|
| 3 |
|
| 4 |
AI image quality assessment using:
|
| 5 |
- Soft-TIFA for prompt alignment
|
|
@@ -433,10 +433,10 @@ def evaluate_edit(
|
|
| 433 |
|
| 434 |
|
| 435 |
# Create Gradio interface
|
| 436 |
-
with gr.Blocks(title="
|
| 437 |
|
| 438 |
gr.Markdown("""
|
| 439 |
-
#
|
| 440 |
|
| 441 |
AI image quality assessment using **Soft-TIFA**, **VLM-as-Judge**, and technical metrics.
|
| 442 |
|
|
|
|
| 1 |
"""
|
| 2 |
+
Image Evaluator - Gradio App for HuggingFace Spaces
|
| 3 |
|
| 4 |
AI image quality assessment using:
|
| 5 |
- Soft-TIFA for prompt alignment
|
|
|
|
| 433 |
|
| 434 |
|
| 435 |
# Create Gradio interface
|
| 436 |
+
with gr.Blocks(title="Image Evaluator") as demo:
|
| 437 |
|
| 438 |
gr.Markdown("""
|
| 439 |
+
# Image Evaluator
|
| 440 |
|
| 441 |
AI image quality assessment using **Soft-TIFA**, **VLM-as-Judge**, and technical metrics.
|
| 442 |
|