Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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",
|