Spaces:
Runtime error
Runtime error
Update pages/02_Input_Youtube_Link.py
Browse files
pages/02_Input_Youtube_Link.py
CHANGED
@@ -22,8 +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 |
-
###### ➠ If you want more models and GPU available please support this space by donating.""")
|
27 |
|
28 |
@st.cache_data()
|
29 |
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):
|