Spaces:
Sleeping
Sleeping
Update model/plot.py
Browse files- model/plot.py +1 -1
model/plot.py
CHANGED
@@ -2,7 +2,7 @@ import matplotlib.pyplot as plt
|
|
2 |
import numpy as np
|
3 |
|
4 |
# Importing necessary components for the Gradio app
|
5 |
-
from
|
6 |
|
7 |
|
8 |
def statistics_plot(frames, probs):
|
|
|
2 |
import numpy as np
|
3 |
|
4 |
# Importing necessary components for the Gradio app
|
5 |
+
from app.config import DICT_EMO, COLORS
|
6 |
|
7 |
|
8 |
def statistics_plot(frames, probs):
|