Spaces:
Runtime error
Runtime error
| import torch | |
| from dataclasses import dataclass | |
| class Config: | |
| """Configuration settings for the AI Video Generator""" | |
| # Model settings | |
| IMAGE_MODEL = "stabilityai/stable-diff |