Spaces:
Sleeping
Sleeping
Ubuntu
commited on
Commit
·
a51300a
1
Parent(s):
ce6d9ab
- .ipynb_checkpoints/app-checkpoint.py +1 -1
- app.py +1 -1
.ipynb_checkpoints/app-checkpoint.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
import cv2
|
4 |
-
|
5 |
|
6 |
|
7 |
def video_identity(filepath):
|
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
import cv2
|
4 |
+
from encoded_video import EncodedVideo, write_video
|
5 |
|
6 |
|
7 |
def video_identity(filepath):
|
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
import cv2
|
4 |
-
|
5 |
|
6 |
|
7 |
def video_identity(filepath):
|
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
import cv2
|
4 |
+
from encoded_video import EncodedVideo, write_video
|
5 |
|
6 |
|
7 |
def video_identity(filepath):
|