Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -169,7 +169,8 @@ class UltraSupremeAnalyzer:
|
|
169 |
"artistic": ["creative", "expressive", "aesthetic", "artistic"]
|
170 |
}
|
171 |
}
|
172 |
-
|
|
|
173 |
"""ULTRA SUPREME ANALYSIS - MAXIMUM POSSIBLE INTELLIGENCE"""
|
174 |
|
175 |
combined_analysis = {
|
|
|
169 |
"artistic": ["creative", "expressive", "aesthetic", "artistic"]
|
170 |
}
|
171 |
}
|
172 |
+
|
173 |
+
def ultra_supreme_analysis(self, clip_fast, clip_classic, clip_best):
|
174 |
"""ULTRA SUPREME ANALYSIS - MAXIMUM POSSIBLE INTELLIGENCE"""
|
175 |
|
176 |
combined_analysis = {
|