swift-vr / swiftvr /__init__.py
multimodalart's picture
multimodalart HF Staff
Upload folder using huggingface_hub
fbaeba7 verified
Raw
History Blame Contribute Delete
141 Bytes
"""SwiftVR: Real-Time One-Step Generative Video Restoration."""
from .pipeline import SwiftVRPipeline, StreamSession
__version__ = "0.1.0"