Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ gr.Interface(
|
|
33 |
], [
|
34 |
gr.Gallery(show_label=False),
|
35 |
],
|
36 |
-
title="Dreambooth
|
37 |
description = "This is a dreambooth model fine-tuned on images of Bioshock sceneries. To play with the demo, input the concept with {sks bskscnry}.",
|
38 |
examples = [["a highly detailed photo of sks bskscnry", "", 2, 50, 7.5]],
|
39 |
).launch()
|
|
|
33 |
], [
|
34 |
gr.Gallery(show_label=False),
|
35 |
],
|
36 |
+
title="Dreambooth Bioshock",
|
37 |
description = "This is a dreambooth model fine-tuned on images of Bioshock sceneries. To play with the demo, input the concept with {sks bskscnry}.",
|
38 |
examples = [["a highly detailed photo of sks bskscnry", "", 2, 50, 7.5]],
|
39 |
).launch()
|