File size: 83 Bytes
bf4d7cd
64c03a8
 
 
 
bf4d7cd
1
2
3
4
5
6
7
import gradio as gr

with gr.Blocks() as demo:
    gr.ImageEditor()

demo.launch()