Spaces:
Paused
Paused
Commit ·
c5e0922
1
Parent(s): fe80dfd
Update other.py
Browse files
other.py
CHANGED
|
@@ -59,7 +59,7 @@ def session(video_info, video_file, cut):
|
|
| 59 |
st.download_button(
|
| 60 |
label=f"Download {hasil}Video",
|
| 61 |
data=file_contents,
|
| 62 |
-
file_name=st.session_state.video_file.replace('/home/user/app/Hasil Potong', '').title().replace('Mp4', 'mp4'),
|
| 63 |
mime='application/octet-stream'
|
| 64 |
)
|
| 65 |
|
|
|
|
| 59 |
st.download_button(
|
| 60 |
label=f"Download {hasil}Video",
|
| 61 |
data=file_contents,
|
| 62 |
+
file_name=st.session_state.video_file.replace('/home/user/app/Hasil Potong/', '').title().replace('Mp4', 'mp4'),
|
| 63 |
mime='application/octet-stream'
|
| 64 |
)
|
| 65 |
|