datasciencedojo commited on
Commit
82eb3c0
·
1 Parent(s): a8a92ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import math
6
  import gradio as gr
7
 
8
  detector = HandDetector(mode=True,maxHands=1)
9
- classifier = Classifier("Model/keras_model.h5", "Model/labels.txt")
10
 
11
  offset = 20
12
  imgSize = 300
 
6
  import gradio as gr
7
 
8
  detector = HandDetector(mode=True,maxHands=1)
9
+ classifier = Classifier("ModelFull/keras_model.h5", "ModelFull/labels.txt")
10
 
11
  offset = 20
12
  imgSize = 300