Mathematicaljuice commited on
Commit
084fd49
·
verified ·
1 Parent(s): 55993ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,7 +1,8 @@
1
  import cv2
2
  import mediapipe as mp
3
 
4
- mp_hands = mp.solutions.hands
 
5
  import numpy as np
6
  import torch
7
  import torch.nn as nn
 
1
  import cv2
2
  import mediapipe as mp
3
 
4
+ from mediapipe.tasks.python import vision
5
+ from mediapipe.tasks.python import BaseOptions
6
  import numpy as np
7
  import torch
8
  import torch.nn as nn