Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ class BasicAgent:
|
|
81 |
print("Detected likely reversed text. Attempting riddle solving...")
|
82 |
return self.solve_riddle(question)
|
83 |
|
84 |
-
else if self.is_chess_question(question):
|
85 |
print("Detected chess-related question. Attempting board extraction...")
|
86 |
# You would extract image info from the question or context here
|
87 |
# For now, we'll simulate board analysis
|
|
|
81 |
print("Detected likely reversed text. Attempting riddle solving...")
|
82 |
return self.solve_riddle(question)
|
83 |
|
84 |
+
else if: self.is_chess_question(question):
|
85 |
print("Detected chess-related question. Attempting board extraction...")
|
86 |
# You would extract image info from the question or context here
|
87 |
# For now, we'll simulate board analysis
|