vumichien commited on
Commit
dd45620
Β·
1 Parent(s): a9820f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ gr.Interface(
36
  gr.Slider(label="Inference Steps",value=50),
37
  gr.Number(label='Guidance scale', value=7.5),
38
  ], [
39
- gr.Gallery(show_label=False),
40
  ],
41
  title="Keras Dreambooth - Rabbit toy Demo πŸ‡",
42
  description = "This model has been fine tuned to learn the concept of rabbit toy. To use this demo, you should have {hks## toy} in the input",
 
36
  gr.Slider(label="Inference Steps",value=50),
37
  gr.Number(label='Guidance scale', value=7.5),
38
  ], [
39
+ gr.Gallery(show_label=False).style(grid=(1,2)),
40
  ],
41
  title="Keras Dreambooth - Rabbit toy Demo πŸ‡",
42
  description = "This model has been fine tuned to learn the concept of rabbit toy. To use this demo, you should have {hks## toy} in the input",