aliabd's picture
aliabd HF staff
Upload with huggingface_hub
6dc48ec
raw
history blame
77 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Image()
demo.launch()