min-dallev4-sse / app.py
freddyaboulton's picture
Upload app.py with huggingface_hub
9bb0c58
raw
history blame contribute delete
105 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Gallery(["examples/dali-walle.jpg"])
demo.launch()