Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LLMChess
/
Chess_LLM_Space_2
like
0
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
Inkcap
commited on
Jan 18, 2024
Commit
0d082e4
·
2 Parent(s):
e498243
3162c75
Merge branch 'main' of https://huggingface.co/spaces/Silas-Blanchard/Chess_LLM_Space
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -133,4 +133,4 @@ def main():
133
if not game_ongoing:
134
print_game(game_state)
135
break
136
-
main()
133
if not game_ongoing:
134
print_game(game_state)
135
break
136
+
main()