import cv2
import numpy as np
import mediapipe as mp
import tensorflow as tf
from tensorflow.keras.models import load_model
I have these imports in my code, i installed mediapipe and tensorflow and when I run my code I get this message "OSError: No file or directory found at mp_hand_gesture INFO: Created TensorFlow Lite XNNPACK delegate for CPU. "
Anyone faced this issue before and how was it solved?