zetavg
init
82f1bf5 unverified
raw
history blame
161 Bytes
import gradio as gr
from ..globals import Global
def inference_tab():
with gr.Tab("Inference"):
gr.Markdown("""
WIP.
""")