vumichien commited on
Commit
879bcd0
1 Parent(s): ecd8382

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,10 +34,10 @@ gr.Interface(
34
  gr.Slider(label="Inference Steps",value=100),
35
  gr.Number(label='Guidance scale', value=12),
36
  ], [
37
- gr.Gallery(show_label=False),
38
  ],
39
  title="Keras Dreambooth - Aikta dog Demo 🐶",
40
- description = "This model has been fine tuned to learn the concept of Akita dog-a famous and very cute dog of Japane. To use this demo, you should have {akt## dog} in the input",
41
  examples = [["akt## dog as an anime character in overwatch", "((ugly)), blurry, ((bad anatomy)), duplicate", 4, 100, 12],
42
  ["cute and adorable cartoon fluffy akt## dog with cap, fantasy, dreamlike, city scenario, surrealism, super cute, trending on artstation", "((ugly)), blurry, ((bad anatomy)), duplicate", 4, 100, 12]],
43
  cache_examples=True
 
34
  gr.Slider(label="Inference Steps",value=100),
35
  gr.Number(label='Guidance scale', value=12),
36
  ], [
37
+ gr.Gallery(show_label=False).style(grid=(1,2)),
38
  ],
39
  title="Keras Dreambooth - Aikta dog Demo 🐶",
40
+ description = "This model has been fine tuned to learn the concept of Akita dog-a famous and very cute dog of Japan. To use this demo, you should have {akt## dog} in the input",
41
  examples = [["akt## dog as an anime character in overwatch", "((ugly)), blurry, ((bad anatomy)), duplicate", 4, 100, 12],
42
  ["cute and adorable cartoon fluffy akt## dog with cap, fantasy, dreamlike, city scenario, surrealism, super cute, trending on artstation", "((ugly)), blurry, ((bad anatomy)), duplicate", 4, 100, 12]],
43
  cache_examples=True