Spaces:
Runtime error
Runtime error
Update app_utils.py
Browse files- app_utils.py +1 -1
app_utils.py
CHANGED
@@ -4,7 +4,7 @@ import numpy as np
|
|
4 |
import mediapipe as mp
|
5 |
from PIL import Image
|
6 |
import cv2
|
7 |
-
from pytorch_grad_cam.utils.image import show_cam_on_image
|
8 |
import scipy.io.wavfile as wav
|
9 |
# Importing necessary components for the Gradio app
|
10 |
from model import pth_model_static, pth_model_dynamic, cam, pth_processing
|
|
|
4 |
import mediapipe as mp
|
5 |
from PIL import Image
|
6 |
import cv2
|
7 |
+
# from pytorch_grad_cam.utils.image import show_cam_on_image
|
8 |
import scipy.io.wavfile as wav
|
9 |
# Importing necessary components for the Gradio app
|
10 |
from model import pth_model_static, pth_model_dynamic, cam, pth_processing
|