mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-05 11:10:03 +08:00
6 lines
77 B
Python
6 lines
77 B
Python
import gradio as gr
|
|
|
|
with gr.Blocks() as demo:
|
|
gr.Image()
|
|
|
|
demo.launch() |