Spaces:
Running
Running
Update app/services/processor.py
Browse files
app/services/processor.py
CHANGED
|
@@ -528,6 +528,9 @@ class Processor:
|
|
| 528 |
if not seg.emotion:
|
| 529 |
continue
|
| 530 |
|
|
|
|
|
|
|
|
|
|
| 531 |
icon = EmotionService.meta.get(seg.emotion, {}).get("emoji", "🙂")
|
| 532 |
|
| 533 |
timeline.append(
|
|
|
|
| 528 |
if not seg.emotion:
|
| 529 |
continue
|
| 530 |
|
| 531 |
+
if not seg.icon:
|
| 532 |
+
continue
|
| 533 |
+
|
| 534 |
icon = EmotionService.meta.get(seg.emotion, {}).get("emoji", "🙂")
|
| 535 |
|
| 536 |
timeline.append(
|