Spaces:
Running
Running
added attribute conn
Browse files- app_utils/conf.py +1 -0
app_utils/conf.py
CHANGED
@@ -66,6 +66,7 @@ class TortoiseConfig(PersistentSettings):
|
|
66 |
AR_CHECKPOINT: str = "."
|
67 |
DIFF_CHECKPOINT: str = "."
|
68 |
LOW_VRAM: bool = True
|
|
|
69 |
|
70 |
def __init__(self, **data: Any):
|
71 |
super().__init__(**data)
|
|
|
66 |
AR_CHECKPOINT: str = "."
|
67 |
DIFF_CHECKPOINT: str = "."
|
68 |
LOW_VRAM: bool = True
|
69 |
+
conn: sqlite3.Connection = None
|
70 |
|
71 |
def __init__(self, **data: Any):
|
72 |
super().__init__(**data)
|