fffiloni commited on
Commit
ab68a5c
1 Parent(s): 5355776

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ with gr.Blocks(css=css) as demo:
77
  with gr.Column():
78
  image = gr.Image(type='filepath', sources=["upload"])
79
  textbox = gr.Textbox(show_label=False, value="a person facing the camera, making a hand gesture, indoor")
80
- seed = gr.Slider(label="Seed", minimum=0, maximum=1000000, value=42)
81
  submit_btn = gr.Button("Submit")
82
  gr.Examples(
83
  examples = [
 
77
  with gr.Column():
78
  image = gr.Image(type='filepath', sources=["upload"])
79
  textbox = gr.Textbox(show_label=False, value="a person facing the camera, making a hand gesture, indoor")
80
+ seed = gr.Slider(label="Seed", minimum=0, maximum=1000000, value=42, step=1)
81
  submit_btn = gr.Button("Submit")
82
  gr.Examples(
83
  examples = [