Xmaster6y commited on
Commit
f9c2254
·
1 Parent(s): 55eb1d7

no bindings

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. main.py → app.py +2 -2
  3. requirements.txt +0 -1
README.md CHANGED
@@ -5,7 +5,7 @@ colorFrom: gray
5
  colorTo: green
6
  sdk: gradio
7
  sdk_version: 5.28.0
8
- app_file: main.py
9
  pinned: true
10
  license: mit
11
  short_description: Demo lczerolens features
 
5
  colorTo: green
6
  sdk: gradio
7
  sdk_version: 5.28.0
8
+ app_file: app.py
9
  pinned: true
10
  license: mit
11
  short_description: Demo lczerolens features
main.py → app.py RENAMED
@@ -1,5 +1,5 @@
1
  """
2
- Gradio demo for chess project.
3
  """
4
 
5
  import gradio as gr
@@ -28,7 +28,7 @@ demo = gr.TabbedInterface(
28
  "Activations",
29
  "Gradients",
30
  ],
31
- title="Chess Project Demo",
32
  analytics_enabled=False,
33
  )
34
 
 
1
  """
2
+ Gradio demo for lczerolens.
3
  """
4
 
5
  import gradio as gr
 
28
  "Activations",
29
  "Gradients",
30
  ],
31
+ title="lczerolens Demo",
32
  analytics_enabled=False,
33
  )
34
 
requirements.txt CHANGED
@@ -1,2 +1 @@
1
  lczerolens[viz]>=0.3.1
2
- lczero-bindings @ git+https://github.com/LeelaChessZero/lc0.git
 
1
  lczerolens[viz]>=0.3.1