Spaces:
Running
Running
no bindings
Browse files- README.md +1 -1
- main.py → app.py +2 -2
- 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:
|
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
|
3 |
"""
|
4 |
|
5 |
import gradio as gr
|
@@ -28,7 +28,7 @@ demo = gr.TabbedInterface(
|
|
28 |
"Activations",
|
29 |
"Gradients",
|
30 |
],
|
31 |
-
title="
|
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
|
|