Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -399,7 +399,7 @@ def extract_ingredients(transcription: str) -> str:
|
|
399 |
unique_ingredients = sorted(set(match.strip() for match in matches))
|
400 |
return ", ".join(unique_ingredients)
|
401 |
|
402 |
-
def chess_move
|
403 |
"""
|
404 |
Analyses a chess image and returns the correct move to win
|
405 |
"""
|
|
|
399 |
unique_ingredients = sorted(set(match.strip() for match in matches))
|
400 |
return ", ".join(unique_ingredients)
|
401 |
|
402 |
+
def chess_move() -> str:
|
403 |
"""
|
404 |
Analyses a chess image and returns the correct move to win
|
405 |
"""
|