ImageGeneration / app.py
abdalrahmanshahrour's picture
update
1280251
raw
history blame contribute delete
516 Bytes
import gradio as gr
gr.Interface.load("models/runwayml/stable-diffusion-v1-5",
examples=[
"A mecha robot in a favela in expressionist style",
"A high tech solarpunk utopia in the Amazon rainforest",
"A pikachu fine dining with a view to the Eiffel Tower",
"A small cabin on top of a snowy mountain in the style of Disney, artstation"
]
).launch()