File size: 92 Bytes
a155c17
 
 
b011527
a155c17
 
1
2
3
4
5
6
import gradio as gr 

with gr.Blocks() as demo:
    gr.Image(interative=True)

demo.launch()