vumichien commited on
Commit
a7991c8
·
1 Parent(s): a2f782b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -33,8 +33,10 @@ gr.Interface(
33
  gr.Slider(label="Inference Steps",value=50),
34
  gr.Number(label='Guidance scale', value=7.5),
35
  ], [
36
- gr.Gallery(show_label=False),
37
  ],
 
38
  title="Keras Dreambooth - Minecraft Style Demo 🤖",
 
39
  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",
40
  ).queue().launch(debug=True)
 
33
  gr.Slider(label="Inference Steps",value=50),
34
  gr.Number(label='Guidance scale', value=7.5),
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",
42
  ).queue().launch(debug=True)