Elias207 commited on
Commit
cd87e75
·
verified ·
1 Parent(s): ec65368

Update app.py

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