Blane187 commited on
Commit
ee20066
·
verified ·
1 Parent(s): 72d3b99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -91,8 +91,7 @@ def main():
91
  change_resolution = gr.Checkbox(label="Change Resolution?")
92
  image_width = gr.Number(label="Image Width", value=1024, visible=False)
93
  image_height = gr.Number(label="Image Height", value=768, visible=False)
94
- with gr.Row():
95
- convert_image_butt = gr.Button(value='Convert Image', variant='primary')
96
  with gr.Row():
97
  image_output = gr.File(label="Download Converted Image")
98
 
 
91
  change_resolution = gr.Checkbox(label="Change Resolution?")
92
  image_width = gr.Number(label="Image Width", value=1024, visible=False)
93
  image_height = gr.Number(label="Image Height", value=768, visible=False)
94
+ convert_image_butt = gr.Button(value='Convert Image', variant='primary')
 
95
  with gr.Row():
96
  image_output = gr.File(label="Download Converted Image")
97