Spaces:
Running
Running
File size: 301 Bytes
5fbe98e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
from dataclasses import dataclass
@dataclass
class UpsamplingOutput:
upsampled_tags: str
copyright_tags: str
character_tags: str
general_tags: str
rating_tag: str
aspect_ratio_tag: str
length_tag: str
identity_tag: str
elapsed_time: float = 0.0
|