kaveh commited on
Commit
0b4487e
1 Parent(s): 1c4b002

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def generate(n_samples=1):
14
  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).style(container=False)
18
  btn = gr.Button("Generate image").style(full_width=False)
19
 
20
  gallery = gr.Gallery(
 
14
  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").style(full_width=False)
19
 
20
  gallery = gr.Gallery(