John6666 commited on
Commit
793b48d
·
verified ·
1 Parent(s): 8657339

Delete output.py

Browse files
Files changed (1) hide show
  1. output.py +0 -16
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