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