Commit 78a55f1c authored by jameskrw's avatar jameskrw
Browse files

minor

parent 31e716ed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,5 +3,5 @@ from dataclasses import dataclass, fields,field

@dataclass
class SVGServiceConfig(BaseServiceConfig):
    model_size="small"
    max_workers=5
 No newline at end of file
    model_size:str ="small"
    max_workers:int =5
 No newline at end of file