fix: simple

This commit is contained in:
2026-08-23 23:04:44 +07:00
parent 224a695ac3
commit 09c51f26b5
7 changed files with 5 additions and 3 deletions
+5 -1
View File
@@ -8,7 +8,11 @@ echo ========================================
echo.
call conda activate photo_judgers
if errorlevel 1 (
echo Failed to activate conda environment!
pause
exit /b 1
)
echo Running scorer...
echo.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-2
View File
@@ -1,8 +1,6 @@
"""LAION Aesthetic Predictor V2 scorer."""
from typing import Optional
class LaionScorer:
"""LAION V2 aesthetic scorer — CLIP-based, 0-10 scale."""