kubotahi's picture
Update app.py
9219690 verified
raw
history blame contribute delete
No virus
312 Bytes
import gradio as gr
examples = [
["Retro Future Life"],
["8bit style cyberpunk city"],
["A red penguin, a blue penguin, a yellow penguin"],
["Crowded train in Tokyo"],
["African Samurais"]
]
demo = gr.load("models/stabilityai/stable-diffusion-xl-base-1.0", examples=examples)
demo.launch()