Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ gr.Interface(
|
|
35 |
], [
|
36 |
gr.Gallery(show_label=False).style(grid=(1,2)),
|
37 |
],
|
38 |
-
examples = ["a fishing village under a cherry blossom forest at sunset in mrf style", "((ugly)), blurry, ((bad anatomy)), duplicate", 4, 100, 10],
|
39 |
title="Keras Dreambooth - Minecraft Style Demo 🤖",
|
40 |
cache_examples=True,
|
41 |
description = "This model has been fine tuned to learn the concept of Minecraft. To use this demo, you should have {mrf style} in the input",
|
|
|
35 |
], [
|
36 |
gr.Gallery(show_label=False).style(grid=(1,2)),
|
37 |
],
|
38 |
+
examples = [["a fishing village under a cherry blossom forest at sunset in mrf style", "((ugly)), blurry, ((bad anatomy)), duplicate", 4, 100, 10]],
|
39 |
title="Keras Dreambooth - Minecraft Style Demo 🤖",
|
40 |
cache_examples=True,
|
41 |
description = "This model has been fine tuned to learn the concept of Minecraft. To use this demo, you should have {mrf style} in the input",
|