Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
calvesca
/
gtp-final
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
gtp-final
/
gradio
/
demo
/
label_component
/
run.py
calvesca
Upload folder using huggingface_hub
0bd62e5
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
150 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.Label(value={
"First Label"
:
0.7
,
"Second Label"
:
0.2
,
"Third Label"
:
0.1
})
demo.launch()