Prgckwb commited on
Commit
a136e6a
1 Parent(s): 5567467

:tada: init

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -41,5 +41,9 @@ if __name__ == "__main__":
41
  outputs=[
42
  gr.Image(label="Image", type="pil"),
43
  ],
 
 
 
 
44
  )
45
  demo.launch()
 
41
  outputs=[
42
  gr.Image(label="Image", type="pil"),
43
  ],
44
+ cache_examples=True,
45
+ examples=[
46
+ ['stabilityai/stable-diffusion-3-medium-diffusers', 'A cat holding a sign that says hello world', ''],
47
+ ]
48
  )
49
  demo.launch()