File size: 236 Bytes
5cb6eb4
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import gradio as gr


description = "ζ–‡ε­—η”Ÿζˆε›Ύη‰‡"
examples = [["落ζ—₯图片", "小猫", "cat", "car"]]

demo = gr.Interface.load("models/runwayml/stable-diffusion-v1-5", description=description, examples=examples)
demo.launch()