AUMREDKA commited on
Commit
d2f4f23
·
verified ·
1 Parent(s): 0ad789a

Add dataset info headline.

Browse files

Informing the user that the model works best on natural scenes as Places365 consists of images diverse natural landscapes.

Files changed (1) hide show
  1. app.py +1 -1
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