Jeffgold commited on
Commit
6388cc6
·
1 Parent(s): 4671d6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -3,6 +3,8 @@ import ffmpeg
3
 
4
  from gradio.components import File
5
 
 
 
6
  def transcode_video(input_video_file, output_file, output_format, output_fps):
7
  """Transcodes a video file to m3u8 using ffmpeg.
8
 
 
3
 
4
  from gradio.components import File
5
 
6
+ import os
7
+
8
  def transcode_video(input_video_file, output_file, output_format, output_fps):
9
  """Transcodes a video file to m3u8 using ffmpeg.
10