Spaces:
Running
Running
Commit
·
a4bad15
1
Parent(s):
7442339
Update 01_📼_Upload_Video_File.py
Browse files
01_📼_Upload_Video_File.py
CHANGED
@@ -123,6 +123,7 @@ def main():
|
|
123 |
|
124 |
# Display the converted video using st.video()
|
125 |
st.video(converted_filename)
|
|
|
126 |
|
127 |
# Add a download button for the colorized video
|
128 |
st.download_button(
|
@@ -139,4 +140,5 @@ def main():
|
|
139 |
if __name__ == "__main__":
|
140 |
main()
|
141 |
st.markdown(
|
142 |
-
"###### Made with :heart: by [Clément Delteil](https://www.linkedin.com/in/clementdelteil/) [ [](https://www.buymeacoffee.com/clementdelteil)")
|