Spaces:
Running
Running
Update app/services/processor.py
Browse files
app/services/processor.py
CHANGED
|
@@ -39,6 +39,7 @@ class TranscriptSegment:
|
|
| 39 |
class EmotionPoint:
|
| 40 |
time: float
|
| 41 |
emotion: str
|
|
|
|
| 42 |
|
| 43 |
|
| 44 |
@dataclass
|
|
|
|
| 39 |
class EmotionPoint:
|
| 40 |
time: float
|
| 41 |
emotion: str
|
| 42 |
+
icon: Optional[str]
|
| 43 |
|
| 44 |
|
| 45 |
@dataclass
|