File size: 77 Bytes
49f4781
6dc48ec
59fc1d9
6dc48ec
 
49f4781
1
2
3
4
5
6
7
import gradio as gr

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

demo.launch()