merve HF staff commited on
Commit
4cd0a35
·
1 Parent(s): cc076f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,6 +35,6 @@ gr.Interface(
35
  ],
36
  title="Dreambooth Kedis",
37
  description = "This dreambooth model is fine-tuned on my cat, Kediş (meaning, kitten in Turkish). She's a tabby cat I adopted on a stormy day in the street. You can prompt using the special indicator {kedis cat}.",
38
- examples = [["kedis cat as an astronaut in space", "bad, ugly", 1, 50, 7.5],
39
- ["kedis cat as a princess with tiara", "bad, ugly", 2, 50, 7.5]],
40
  ).queue().launch()
 
35
  ],
36
  title="Dreambooth Kedis",
37
  description = "This dreambooth model is fine-tuned on my cat, Kediş (meaning, kitten in Turkish). She's a tabby cat I adopted on a stormy day in the street. You can prompt using the special indicator {kedis cat}.",
38
+ examples = [["photo of kedis cat as astronaut, high quality, blender, 3d, trending on artstation, 8k", "bad, ugly", 1, 50, 7.5],
39
+ ["kedis cat as a princess with tiara", "bad, ugly", 2, 50, 7.5]], cache_examples=True
40
  ).queue().launch()