Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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 |
|