Spaces:
Running
on
Zero
Running
on
Zero
Delete output.py
Browse files
output.py
DELETED
@@ -1,16 +0,0 @@
|
|
1 |
-
from dataclasses import dataclass
|
2 |
-
|
3 |
-
|
4 |
-
@dataclass
|
5 |
-
class UpsamplingOutput:
|
6 |
-
upsampled_tags: str
|
7 |
-
|
8 |
-
copyright_tags: str
|
9 |
-
character_tags: str
|
10 |
-
general_tags: str
|
11 |
-
rating_tag: str
|
12 |
-
aspect_ratio_tag: str
|
13 |
-
length_tag: str
|
14 |
-
identity_tag: str
|
15 |
-
|
16 |
-
elapsed_time: float = 0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|