vumichien commited on
Commit
dad37c0
β€’
1 Parent(s): 1674b31

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=100),
37
  gr.Number(label='Guidance scale', value=7.5),
38
  ], [
39
- gr.Gallery(show_label=False),
40
  ],
41
  title="Keras Dreambooth - Hokusai artist 🏞",
42
  description = "This model has been fine-tuned to learn the concept of Hokusai artist. To use this demo, you should have {hks## style} in the input",
 
36
  gr.Slider(label="Inference Steps",value=100),
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 - Hokusai artist 🏞",
42
  description = "This model has been fine-tuned to learn the concept of Hokusai artist. To use this demo, you should have {hks## style} in the input",