file / app.py
abidlabs's picture
abidlabs HF Staff
Duplicate from abidlabs/min-dalle-later
ae89523
raw
history blame
105 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Gallery(["examples/dali-walle.jpg"])
demo.launch()