Spaces:
Sleeping
Sleeping
removed style
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ with gr.Blocks() as demo:
|
|
15 |
with gr.Column(variant="panel"):
|
16 |
with gr.Row(variant="compact"):
|
17 |
n_s = gr.Slider(1, 4, label='Number of Samples', value=1, step=1.0, show_label=True)
|
18 |
-
btn = gr.Button("Generate image")
|
19 |
|
20 |
gallery = gr.Gallery(
|
21 |
label="Generated images", show_label=False, elem_id="gallery").style(columns=[2], rows=[2], object_fit="contain", height="auto", preview=True)
|
|
|
15 |
with gr.Column(variant="panel"):
|
16 |
with gr.Row(variant="compact"):
|
17 |
n_s = gr.Slider(1, 4, label='Number of Samples', value=1, step=1.0, show_label=True)
|
18 |
+
btn = gr.Button("Generate image")
|
19 |
|
20 |
gallery = gr.Gallery(
|
21 |
label="Generated images", show_label=False, elem_id="gallery").style(columns=[2], rows=[2], object_fit="contain", height="auto", preview=True)
|