File size: 161 Bytes
82f1bf5
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
import gradio as gr

from ..globals import Global


def inference_tab():
    with gr.Tab("Inference"):
        gr.Markdown("""
            WIP.
            """)