ledetele commited on
Commit
6f2c6fb
·
1 Parent(s): 2db1322

Update pages/02_Input_Youtube_Link.py

Browse files
Files changed (1) hide show
  1. pages/02_Input_Youtube_Link.py +1 -1
pages/02_Input_Youtube_Link.py CHANGED
@@ -22,7 +22,7 @@ st.title("Image & Video Colorizer")
22
 
23
  st.write("""
24
  ##### Input a YouTube black and white video link and get a colorized version of it.
25
- ###### ➠ This space is using CPU Basic so it might take a while to colorize a video.)
26
 
27
  @st.cache_data()
28
  def download_video(link):
 
22
 
23
  st.write("""
24
  ##### Input a YouTube black and white video link and get a colorized version of it.
25
+ ###### ➠ This space is using CPU Basic so it might take a while to colorize a video.""")
26
 
27
  @st.cache_data()
28
  def download_video(link):