Spaces:
Runtime error
Runtime error
datasciencedojo
commited on
Commit
·
82eb3c0
1
Parent(s):
a8a92ac
Update app.py
Browse files
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("
|
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
|