File size: 150 Bytes
0bd62e5
 
 
 
 
 
1
2
3
4
5
6
7
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()