Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -153,7 +153,7 @@ with gr.Blocks(theme=THEME, title="Image Colorizer") as demo:
|
|
153 |
with gr.Row():
|
154 |
with gr.Column(scale=5):
|
155 |
img_in = gr.Image(
|
156 |
-
label="Upload
|
157 |
type="pil",
|
158 |
image_mode="RGB",
|
159 |
height=320,
|
|
|
153 |
with gr.Row():
|
154 |
with gr.Column(scale=5):
|
155 |
img_in = gr.Image(
|
156 |
+
label="Upload image",
|
157 |
type="pil",
|
158 |
image_mode="RGB",
|
159 |
height=320,
|