Commit message: Added support for hardware accelerators in ffmpeg. #5
This commit is contained in:
4
app.py
4
app.py
@@ -37,8 +37,8 @@ with gr.Blocks() as demo:
|
||||
with gr.Row():
|
||||
gr.Markdown("# Refacer")
|
||||
with gr.Row():
|
||||
video=gr.Video(label="Original video")
|
||||
video2=gr.Video(label="Refaced video",interactive=False)
|
||||
video=gr.Video(label="Original video",format="mp4")
|
||||
video2=gr.Video(label="Refaced video",interactive=False,format="mp4")
|
||||
|
||||
for i in range(0,num_faces):
|
||||
with gr.Tab(f"Face #{i+1}"):
|
||||
|
||||
Reference in New Issue
Block a user