image_component / run.py
aliabd's picture
aliabd HF staff
Upload folder using huggingface_hub
49f4781 verified
raw
history blame contribute delete
77 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Image()
demo.launch()