nielsgl commited on
Commit
4f3830d
·
1 Parent(s): 6c6eefc

update app

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -41,9 +41,9 @@ output = gr.Gallery(label="Outputs").style(grid=(1,2))
41
  title = "KerasCV Stable Diffusion Demo on images of Bored Apes."
42
  description = "This is a dreambooth model fine-tuned on images the NFT collection of the Bored Ape Yacht Club. To try it, input the concept with `drawbayc ape`."
43
  examples=[
44
- ["A drawing of a drawbayc ape as a cowboy", "", 12, 75],
45
- ["A drawing of a drawbayc ape as a clown", "", 12, 75],
46
- ["A drawing of a drawbayc ape as a turtle", "", 12, 75],
47
 
48
  ]
49
 
 
41
  title = "KerasCV Stable Diffusion Demo on images of Bored Apes."
42
  description = "This is a dreambooth model fine-tuned on images the NFT collection of the Bored Ape Yacht Club. To try it, input the concept with `drawbayc ape`."
43
  examples=[
44
+ ["A drawing of a drawbayc ape dressed as a cowboy", "", 12, 75],
45
+ ["A drawing of a drawbayc ape dressed as a clown", "", 12, 75],
46
+ ["A drawing of a drawbayc ape dressed as a turtle", "", 12, 75],
47
 
48
  ]
49