John Smith
commited on
Commit
·
2698027
1
Parent(s):
e5e6cc5
Update app.py
Browse files
app.py
CHANGED
@@ -195,7 +195,7 @@ def main():
|
|
195 |
with gr.Group():
|
196 |
input_image = gr.Image(label="Source Image", type="pil", image_mode="RGBA")
|
197 |
input_image_properties = gr.Textbox(label="Image Properties", max_lines=1)
|
198 |
-
output_image = gr.Image(label="Restored Image", image_mode="RGBA")
|
199 |
with gr.Row():
|
200 |
restore_btn = gr.Button("Upscale")
|
201 |
|
|
|
195 |
with gr.Group():
|
196 |
input_image = gr.Image(label="Source Image", type="pil", image_mode="RGBA")
|
197 |
input_image_properties = gr.Textbox(label="Image Properties", max_lines=1)
|
198 |
+
output_image = gr.Image(label="Restored Image", image_mode="RGBA", show_share_button=False)
|
199 |
with gr.Row():
|
200 |
restore_btn = gr.Button("Upscale")
|
201 |
|