merve HF staff commited on
Commit
c1a2223
·
1 Parent(s): eb52c4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,5 +36,5 @@ gr.Interface(
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 wearing a princess dress", "bad, ugly", 2, 50, 7.5]],
40
  ).queue().launch()
 
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()