danhtran2mind commited on
Commit
8d906b1
·
verified ·
1 Parent(s): 8b362eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ h1, .gr-title {color: #00e6d3 !important; font-family: 'Segoe UI', sans-serif;}
49
 
50
  demo = gr.Interface(
51
  fn=process_image,
52
- inputs=gr.Image(type="pil", label="Upload Grayscale Landscape", image_mode="L", shape=(256, 256)),
53
  outputs=gr.Image(type="pil", label="Colorized Output"),
54
  title="🌄 Gray2Color Landscape Autoencoder",
55
  description=(
 
49
 
50
  demo = gr.Interface(
51
  fn=process_image,
52
+ inputs=gr.Image(type="pil", label="Upload Grayscale Landscape", image_mode="L"),
53
  outputs=gr.Image(type="pil", label="Colorized Output"),
54
  title="🌄 Gray2Color Landscape Autoencoder",
55
  description=(