Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ with gr.Blocks() as demo:
|
|
24 |
|
25 |
with gr.Row():
|
26 |
with gr.Column(scale=1):
|
27 |
-
input_image = gr.Image(type='
|
28 |
with gr.Column(scale=1):
|
29 |
output_image = gr.Image(type='pil', label="Result")
|
30 |
|
|
|
24 |
|
25 |
with gr.Row():
|
26 |
with gr.Column(scale=1):
|
27 |
+
input_image = gr.Image(type='pil', label="Upload Image")
|
28 |
with gr.Column(scale=1):
|
29 |
output_image = gr.Image(type='pil', label="Result")
|
30 |
|