Spaces:
Sleeping
Sleeping
Alexandre Gazola
commited on
Commit
·
1cf59de
1
Parent(s):
1fa951b
fix
Browse files
chess_image_to_fen_tool.py
CHANGED
@@ -54,4 +54,4 @@ def chess_image_to_fen(image_path_in_base64:str, current_player: Literal["black"
|
|
54 |
else:
|
55 |
raise Exception("Requisição feita, mas falhou na predição.")
|
56 |
else:
|
57 |
-
raise Exception(
|
|
|
54 |
else:
|
55 |
raise Exception("Requisição feita, mas falhou na predição.")
|
56 |
else:
|
57 |
+
raise Exception("Deu erro na chamada a API para obtencao do FEN: " + response.text)
|