Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,6 +102,7 @@ class StyleConfig(BaseModel):
|
|
| 102 |
entry_anim_progress: Optional[float] = 1.0
|
| 103 |
styleBgColors: Dict[str, str] = {} # <--- این خط اضافه شود
|
| 104 |
styleColors: Dict[str, str] = {}
|
|
|
|
| 105 |
|
| 106 |
class ProcessRequest(BaseModel):
|
| 107 |
file_id: str; segments: List[SubtitleSegment]
|
|
|
|
| 102 |
entry_anim_progress: Optional[float] = 1.0
|
| 103 |
styleBgColors: Dict[str, str] = {} # <--- این خط اضافه شود
|
| 104 |
styleColors: Dict[str, str] = {}
|
| 105 |
+
styleActiveColors: Dict[str, str] = {}
|
| 106 |
|
| 107 |
class ProcessRequest(BaseModel):
|
| 108 |
file_id: str; segments: List[SubtitleSegment]
|