Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mulsi
/
explore-label-concepts
like
0
Runtime error
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
5a76ad4
explore-label-concepts
/
src
/
explore_interface.py
Xmaster6y
base files
5a76ad4
unverified
10 months ago
raw
Copy download link
history
blame
Safe
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"
,
)