BoldActionMan commited on
Commit
2329773
·
verified ·
1 Parent(s): e44df6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from concurrent.futures import ThreadPoolExecutor
14
  import ffmpeg
15
 
16
  def process_video(video_file, youtube_url, language_choice):
17
- if video_file == None or language_choice == None:
18
  return None
19
  if video_file != None and youtube_url != None:
20
  return None
 
14
  import ffmpeg
15
 
16
  def process_video(video_file, youtube_url, language_choice):
17
+ if language_choice == None:
18
  return None
19
  if video_file != None and youtube_url != None:
20
  return None