matikosowy commited on
Commit
096088a
·
2 Parent(s): dca810e 8d6bc60

Merge remote-tracking branch 'origin/main'

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -53,7 +53,7 @@ def predict(image):
53
  iface = gr.Interface(fn=predict,
54
  inputs=gr.Image(type="pil"),
55
  outputs=gr.Image(type="pil"),
56
- title="Colorize your grayscale images",
57
- description="This model colorizes black and white images. Upload a black and white image and see the magic happen! (works best with 256x256)",)
58
 
59
  iface.launch()
 
53
  iface = gr.Interface(fn=predict,
54
  inputs=gr.Image(type="pil"),
55
  outputs=gr.Image(type="pil"),
56
+ title="Photo Colorizer",
57
+ description="This model colorizes grayscale images. Upload an image and see the magic happen! (works best with 256x256 size)",)
58
 
59
  iface.launch()