Spaces:
Runtime error
Runtime error
Merge remote-tracking branch 'origin/main'
Browse files
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="
|
| 57 |
-
description="This model colorizes
|
| 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()
|