Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
PAIR/Text2Video-Zero
Tello2020
/
Text2Video-Zero
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Text2Video-Zero
/
annotator
/
uniformer
/
mmseg
/
ops
/
__init__.py
Tello2020
Duplicate from PAIR/Text2Video-Zero
e6b567d
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
116 Bytes
from
.encoding
import
Encoding
from
.wrappers
import
Upsample, resize
__all__ = [
'Upsample'
,
'resize'
,
'Encoding'
]