Update app.py
Browse files
app.py
CHANGED
@@ -36,4 +36,4 @@ 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 = [["a pencil drawing of a kedis cat as an astronaut", "", 2, 50, 7.5]],
|
39 |
-
).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 = [["a pencil drawing of a kedis cat as an astronaut", "", 2, 50, 7.5]],
|
39 |
+
).queue().launch()
|