File size: 184 Bytes
41a0620
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
"""
Main Gradio module.
"""

import gradio as gr


demo = gr.TabbedInterface(
    [
    ],
    [
    ],
    title="Lczero Planning Demo",
    analytics_enabled=False,
)

demo.launch()