Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -476,7 +476,7 @@ class UltraSupremeAnalyzer:
|
|
476 |
if ultra_analysis["emotional_state"]["emotion_confidence"] > 1:
|
477 |
emotion_score += 5
|
478 |
score += emotion_score
|
479 |
-
|
480 |
|
481 |
# Technical Sophistication (15 points)
|
482 |
tech_score = 0
|
@@ -487,7 +487,7 @@ class UltraSupremeAnalyzer:
|
|
487 |
if any(lens in prompt for lens in ["85mm", "90mm", "80mm"]):
|
488 |
tech_score += 5
|
489 |
score += tech_score
|
490 |
-
breakdown["technical"] = tech_score
|
491 |
|
492 |
# Environmental Context (10 points)
|
493 |
env_score = 0
|
|
|
476 |
if ultra_analysis["emotional_state"]["emotion_confidence"] > 1:
|
477 |
emotion_score += 5
|
478 |
score += emotion_score
|
479 |
+
breakdown["emotional"] = emotion_score
|
480 |
|
481 |
# Technical Sophistication (15 points)
|
482 |
tech_score = 0
|
|
|
487 |
if any(lens in prompt for lens in ["85mm", "90mm", "80mm"]):
|
488 |
tech_score += 5
|
489 |
score += tech_score
|
490 |
+
breakdown["technical"] = tech_score
|
491 |
|
492 |
# Environmental Context (10 points)
|
493 |
env_score = 0
|