Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = [
|