ledetele commited on
Commit
fa05e99
1 Parent(s): 6f2c6fb

Update 01_B&W_Videos_Colorizer.py

Browse files
Files changed (1) hide show
  1. 01_B&W_Videos_Colorizer.py +1 -2
01_B&W_Videos_Colorizer.py CHANGED
@@ -18,8 +18,7 @@ st.title("B&W Videos Colorizer")
18
 
19
  st.write("""
20
  ##### Upload a black and white video and get a colorized version of it.
21
- ###### ➠ This space is using CPU Basic so it might take a while to colorize a video.
22
- ###### ➠ If you want more models and GPU available please support this space by donating.""")
23
 
24
  #st.set_page_config(page_title="Image & Video Colorizer", page_icon="🎨", layout="wide")
25
 
 
18
 
19
  st.write("""
20
  ##### Upload a black and white video and get a colorized version of it.
21
+ ###### ➠ This space is using CPU Basic so it might take a while to colorize a video.""")
 
22
 
23
  #st.set_page_config(page_title="Image & Video Colorizer", page_icon="🎨", layout="wide")
24