ledetele commited on
Commit
2db1322
1 Parent(s): 226c47d

Update pages/03_B&W_Images_Colorizer.py

Browse files
Files changed (1) hide show
  1. pages/03_B&W_Images_Colorizer.py +1 -2
pages/03_B&W_Images_Colorizer.py CHANGED
@@ -19,8 +19,7 @@ current_model = "None"
19
  st.write("""
20
  ##### Input a black and white image and get a colorized version of it.
21
  ###### ➠ If you want to colorize multiple images just upload them all at once.
22
- ###### ➠ Uploading already colored images won't raise errors but images won't look good.
23
- ###### ➠ I recommend starting with the first model and then experimenting with the second one.""")
24
 
25
 
26
  def main():
 
19
  st.write("""
20
  ##### Input a black and white image and get a colorized version of it.
21
  ###### ➠ If you want to colorize multiple images just upload them all at once.
22
+ ###### ➠ Uploading already colored images won't raise errors but images won't look good.""")
 
23
 
24
 
25
  def main():