Spaces:
Paused
Paused
fix language
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ executor = ThreadPoolExecutor()
|
|
19 |
|
20 |
|
21 |
async def process_video_translation(
|
22 |
-
input_video,
|
23 |
):
|
24 |
if input_video is None:
|
25 |
gr.Info("Please upload a video file", duration=2)
|
|
|
19 |
|
20 |
|
21 |
async def process_video_translation(
|
22 |
+
input_video, language, speaker, progress=gr.Progress(track_tqdm=True)
|
23 |
):
|
24 |
if input_video is None:
|
25 |
gr.Info("Please upload a video file", duration=2)
|