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