rosenthal commited on
Commit
bcd2c64
1 Parent(s): e936283

fix configuration in README

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Working on setting up a HuggingFace space for chess, using Gradio
2
 
3
  Step 1: deploy a model to predict the position from an image (using https://github.com/Elucidation/tensorflow_chessbot)
 
1
+ ---
2
+ title: {{title}}
3
+ emoji: {{emoji}}
4
+ colorFrom: {{colorFrom}}
5
+ colorTo: {{colorTo}}
6
+ sdk: {{sdk}}
7
+ sdk_version: {{sdkVersion}}
8
+ app_file: app.py
9
+ pinned: false
10
+ python_version: 3.7
11
+ ---
12
+
13
  # Working on setting up a HuggingFace space for chess, using Gradio
14
 
15
  Step 1: deploy a model to predict the position from an image (using https://github.com/Elucidation/tensorflow_chessbot)