AUMREDKA commited on
Commit
7a6359c
·
verified ·
1 Parent(s): f675a35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 grayscale image",
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,