Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,7 @@ block = gr.Blocks().queue()
|
|
163 |
with block:
|
164 |
with gr.Row():
|
165 |
input_image = gr.Image(type="pil", label="Input Image")
|
166 |
-
run_button = gr.Button(
|
167 |
with gr.Accordion("Options", open=True):
|
168 |
num_samples = gr.Slider(label="Number Of Samples", minimum=1, maximum=12, value=1, step=1, info="Number of output images to generate.")
|
169 |
sr_scale = gr.Dropdown(label="SR Scale", choices=["2x", "4x", "8x"], value="4x", info="Super-resolution scale factor.")
|
|
|
163 |
with block:
|
164 |
with gr.Row():
|
165 |
input_image = gr.Image(type="pil", label="Input Image")
|
166 |
+
run_button = gr.Button(value="Run")
|
167 |
with gr.Accordion("Options", open=True):
|
168 |
num_samples = gr.Slider(label="Number Of Samples", minimum=1, maximum=12, value=1, step=1, info="Number of output images to generate.")
|
169 |
sr_scale = gr.Dropdown(label="SR Scale", choices=["2x", "4x", "8x"], value="4x", info="Super-resolution scale factor.")
|