danwaldie commited on
Commit
8a9a213
1 Parent(s): a82b289

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,5 +35,5 @@ gr.Interface(
35
  ],
36
  title="Dreambooth Teddy",
37
  description = "This is a dreambooth model fine-tuned on images of my dog, Teddy. Teddy is a Mini Double Doodle, whose mom was a mini golden doodle, and his dad was a labradoodle. To try it, input the concept with {teddy_holmes dog}.",
38
- examples = [["a pencil drawing of a teddy_holmes dog as a knight in armor", None, 2, 50, 7.5]],
39
  ).launch()
 
35
  ],
36
  title="Dreambooth Teddy",
37
  description = "This is a dreambooth model fine-tuned on images of my dog, Teddy. Teddy is a Mini Double Doodle, whose mom was a mini golden doodle, and his dad was a labradoodle. To try it, input the concept with {teddy_holmes dog}.",
38
+ examples = [["a pencil drawing of a teddy_holmes dog as a knight in armor", "", 2, 50, 7.5]],
39
  ).launch()