15 lines
350 B
Python
15 lines
350 B
Python
"""
|
|
Video Studio Services
|
|
|
|
Provides AI-powered video generation capabilities including:
|
|
- Text-to-video generation
|
|
- Image-to-video transformation
|
|
- Avatar and face generation
|
|
- Video enhancement
|
|
|
|
Integrates with WaveSpeed AI models for high-quality results.
|
|
"""
|
|
|
|
from .video_studio_service import VideoStudioService
|
|
|
|
__all__ = ["VideoStudioService"] |