Spaces:
Sleeping
Sleeping
GilangAlRusliadi
commited on
Commit
·
fe87b6d
1
Parent(s):
2cf399d
Mime
Browse files
others.py
CHANGED
@@ -74,7 +74,7 @@ def session(video_info, video_file, thumbnail_file, choice):
|
|
74 |
label=f"Download {hasil}Video",
|
75 |
data=file_contents,
|
76 |
file_name=st.session_state.video_file.split("/")[-1].title().replace('Mp4', 'mp4'),
|
77 |
-
mime='
|
78 |
)
|
79 |
|
80 |
def convert_size(size_bytes):
|
|
|
74 |
label=f"Download {hasil}Video",
|
75 |
data=file_contents,
|
76 |
file_name=st.session_state.video_file.split("/")[-1].title().replace('Mp4', 'mp4'),
|
77 |
+
mime='video/mp4'
|
78 |
)
|
79 |
|
80 |
def convert_size(size_bytes):
|