TheKnight115 commited on
Commit
8977576
·
verified ·
1 Parent(s): 3eaf4f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ elif option == "Video":
50
 
51
  if uploaded_video is not None:
52
  # Save the uploaded video to a temporary file
53
- with open("temp_video.mp4", "wb") as f:
54
  f.write(uploaded_video.read())
55
 
56
  # Display the uploaded video
 
50
 
51
  if uploaded_video is not None:
52
  # Save the uploaded video to a temporary file
53
+ with open("temp_video.mov", "wb") as f:
54
  f.write(uploaded_video.read())
55
 
56
  # Display the uploaded video