Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,6 @@ import gradio as gr
|
|
| 2 |
import cv2
|
| 3 |
import os
|
| 4 |
|
| 5 |
-
assert gr.__version__.startswith("4.44"), f"Wrong Gradio version: {gr.__version__}"
|
| 6 |
|
| 7 |
def extract_frames(video_file):
|
| 8 |
video_path = video_file.name
|
|
|
|
| 2 |
import cv2
|
| 3 |
import os
|
| 4 |
|
|
|
|
| 5 |
|
| 6 |
def extract_frames(video_file):
|
| 7 |
video_path = video_file.name
|