Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -166,6 +166,6 @@ with gr.Blocks() as demo:
|
|
| 166 |
with gr.Column():
|
| 167 |
image_output = gr.Image()
|
| 168 |
|
| 169 |
-
upscale_btn.click(image_upscale, inputs=[image_input,
|
| 170 |
|
| 171 |
demo.launch(show_api=False)
|
|
|
|
| 166 |
with gr.Column():
|
| 167 |
image_output = gr.Image()
|
| 168 |
|
| 169 |
+
upscale_btn.click(image_upscale, inputs=[image_input, scale_by], outputs=image_output)
|
| 170 |
|
| 171 |
demo.launch(show_api=False)
|