Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pwenker
/
chessli2
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pwenker
commited on
May 15, 2024
Commit
fecc357
·
1 Parent(s):
a8c1b57
fix: Fix HF Spaces deployment
Browse files
Files changed (1)
hide
show
README.md
+1
-0
README.md
CHANGED
Viewed
@@ -5,6 +5,7 @@ colorFrom: blue
5
colorTo: red
6
sdk: gradio
7
app_file: src/chessli2/app.py
8
pinned: True
9
---
10
5
colorTo: red
6
sdk: gradio
7
app_file: src/chessli2/app.py
8
+
python_version: 3.11
9
pinned: True
10
---
11