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