Spaces:
Paused
Paused
Roman Baenro
commited on
Commit
·
43cf677
1
Parent(s):
4714f66
Update app.py
Browse files
app.py
CHANGED
@@ -132,12 +132,13 @@ with gr.Blocks() as demo:
|
|
132 |
ds = gr.Slider(label="Denoising strength", maximum=0.9, minimum=0.1, value=0.5, interactive=True)
|
133 |
with gr.Column():
|
134 |
upscale = gr.Checkbox(label="upscale", interactive=True)
|
135 |
-
|
136 |
|
137 |
with gr.Row():
|
138 |
run_btn = gr.Button("Run", variant="primary")
|
139 |
with gr.Column():
|
140 |
result_image = gr.Gallery(label="Result Image(s)")
|
|
|
141 |
run_btn.click(
|
142 |
process_input_img2img,
|
143 |
inputs=[
|
|
|
132 |
ds = gr.Slider(label="Denoising strength", maximum=0.9, minimum=0.1, value=0.5, interactive=True)
|
133 |
with gr.Column():
|
134 |
upscale = gr.Checkbox(label="upscale", interactive=True)
|
135 |
+
|
136 |
|
137 |
with gr.Row():
|
138 |
run_btn = gr.Button("Run", variant="primary")
|
139 |
with gr.Column():
|
140 |
result_image = gr.Gallery(label="Result Image(s)")
|
141 |
+
save=False
|
142 |
run_btn.click(
|
143 |
process_input_img2img,
|
144 |
inputs=[
|