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