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