Spaces:
Runtime error
Runtime error
app.py
CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
|
|
2 |
import subprocess
|
3 |
import os
|
4 |
import datetime
|
|
|
5 |
|
6 |
def combine_video_subtitle(video_file, subtitle_file):
|
7 |
# Output video file name
|
|
|
2 |
import subprocess
|
3 |
import os
|
4 |
import datetime
|
5 |
+
from ffmpy import FFmpeg
|
6 |
|
7 |
def combine_video_subtitle(video_file, subtitle_file):
|
8 |
# Output video file name
|