Spaces:
Runtime error
Runtime error
import gradio as gr | |
from ..globals import Global | |
def inference_tab(): | |
with gr.Tab("Inference"): | |
gr.Markdown(""" | |
WIP. | |
""") | |