min-dalle / app.py
freddyaboulton's picture
Duplicate from abidlabs/min-dalle
0f2ddd9
raw
history blame contribute delete
105 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Gallery(["examples/dali-walle.jpg"])
demo.launch()