LiuPengNGP commited on
Commit
d67dbf9
·
verified ·
1 Parent(s): 097b53e

Update model/plot.py

Browse files
Files changed (1) hide show
  1. 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 model.config import DICT_EMO, COLORS
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):