Update app.py
Browse files
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
|
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
|