asad231 commited on
Commit
af8752c
·
verified ·
1 Parent(s): db588d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -374,7 +374,7 @@ st.subheader("🎥 Deepfake Video Detection")
374
  uploaded_video = st.file_uploader("Upload a Video", type=["mp4", "avi", "mov"])
375
 
376
  # URL Input for Video
377
- video_url = st.text_input("Enter Video URL")
378
 
379
  # Function to detect deepfake in video
380
  def detect_deepfake_video(video_path):
 
374
  uploaded_video = st.file_uploader("Upload a Video", type=["mp4", "avi", "mov"])
375
 
376
  # URL Input for Video
377
+ video_url = st.text_input("Enter Video URL (MP4 only)")
378
 
379
  # Function to detect deepfake in video
380
  def detect_deepfake_video(video_path):