Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Future-Tense
/
Slo-Mo-YOLO-Video
like
7
Runtime error
App
Files
Files
Fetching metadata from the HF Docker repository...
Future-Tense
commited on
Feb 11, 2023
Commit
22a4da2
·
1 Parent(s):
2a17b3c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
import cv2 # opencv2 package for python.
2
import torch
3
from pytube import YouTube
1
+
import gradio as gr
2
+
3
import cv2 # opencv2 package for python.
4
import torch
5
from pytube import YouTube