Spaces:
Paused
Paused
Commit ·
194b56c
1
Parent(s): 790c234
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,3 +26,4 @@ if st.button("Download and Cut Video"):
|
|
| 26 |
data=file_contents,
|
| 27 |
file_name=video_file.replace('/home/user/app/', '').title().replace('Mp4', 'mp4'),
|
| 28 |
mime='application/octet-stream'
|
|
|
|
|
|
| 26 |
data=file_contents,
|
| 27 |
file_name=video_file.replace('/home/user/app/', '').title().replace('Mp4', 'mp4'),
|
| 28 |
mime='application/octet-stream'
|
| 29 |
+
)
|