zenafey commited on
Commit
b21a9fd
1 Parent(s): 2529e20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, int(scale_by)], outputs=image_output)
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)