Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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",
|
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()
|