Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,6 @@ import gradio as gr
|
|
2 |
from gradio.components import Video
|
3 |
import os
|
4 |
|
5 |
-
from ffmpeg.input import Input
|
6 |
|
7 |
def transcode_video(video_path):
|
8 |
"""Transcodes a video file to m3u8 using ffmpeg.
|
|
|
2 |
from gradio.components import Video
|
3 |
import os
|
4 |
|
|
|
5 |
|
6 |
def transcode_video(video_path):
|
7 |
"""Transcodes a video file to m3u8 using ffmpeg.
|