Spaces:
Running
Running
Add dataset info headline.
Browse filesInforming the user that the model works best on natural scenes as Places365 consists of images diverse natural landscapes.
app.py
CHANGED
@@ -145,7 +145,7 @@ HEAD = """
|
|
145 |
"""
|
146 |
|
147 |
with gr.Blocks(theme=THEME, title="Image Colorizer", head=HEAD) as demo:
|
148 |
-
gr.Markdown("# 🎨 Image Colorizer")
|
149 |
|
150 |
result_state = gr.State()
|
151 |
|
|
|
145 |
"""
|
146 |
|
147 |
with gr.Blocks(theme=THEME, title="Image Colorizer", head=HEAD) as demo:
|
148 |
+
gr.Markdown("# 🎨 Image Colorizer\nWorks best on natural scenes. Learn more about the dataset we trained on [here.](http://places.csail.mit.edu/)")
|
149 |
|
150 |
result_state = gr.State()
|
151 |
|