demo / app.py
Xmaster6y's picture
empty app
41a0620 unverified
raw
history blame
184 Bytes
"""
Main Gradio module.
"""
import gradio as gr
demo = gr.TabbedInterface(
[
],
[
],
title="Lczero Planning Demo",
analytics_enabled=False,
)
demo.launch()