Og2 commited on
Commit
31cb9ef
·
verified ·
1 Parent(s): 74b1c97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -250,7 +250,7 @@ async def predict_action(uuid: str):
250
  if len(video_files) == 1:
251
  file_path = video_files[0]
252
  print(f"Video file found: {file_path}")
253
- else if len(video_files) > 1:
254
  print("Several video file or multiple video files found in the directory.")
255
  file_path = video_files[0]
256
 
 
250
  if len(video_files) == 1:
251
  file_path = video_files[0]
252
  print(f"Video file found: {file_path}")
253
+ elif len(video_files) > 1:
254
  print("Several video file or multiple video files found in the directory.")
255
  file_path = video_files[0]
256