Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/Silas-Blanchard/Chess_LLM_Space
Browse files- README.md +1 -1
- requirements.txt +1 -1
README.md
CHANGED
@@ -12,4 +12,4 @@ license: cc-by-4.0
|
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
|
15 |
-

|
|
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
|
15 |
+

|
requirements.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
#To download requirements, use 'python -m pip install -r requirements.txt'
|
2 |
-
python-chess == 1.10.0
|
|
|
1 |
#To download requirements, use 'python -m pip install -r requirements.txt'
|
2 |
+
#python-chess == 1.10.0
|