explore-label-concepts / src /explore_interface.py
Xmaster6y's picture
base files
5a76ad4 unverified
raw
history blame
213 Bytes
"""Interface to explore images and labels.
"""
import gradio as gr
with gr.Blocks() as interface:
with gr.Row():
with gr.Column():
gr.Image(
label="Image",
)