vumichien commited on
Commit
fca7e0e
1 Parent(s): a7991c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",