Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ if f is not None:
|
|
| 27 |
|
| 28 |
# Initialize a counter for frames
|
| 29 |
frame_count = 0
|
| 30 |
-
model = tf.keras.models.load_model('HandSignClassifier(1).h5')
|
| 31 |
array = ['a','b','c','d','e','f','g','h','i','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y']
|
| 32 |
out = ''
|
| 33 |
|
|
|
|
| 27 |
|
| 28 |
# Initialize a counter for frames
|
| 29 |
frame_count = 0
|
| 30 |
+
model = tf.keras.models.load_model('HandSignClassifier (1).h5')
|
| 31 |
array = ['a','b','c','d','e','f','g','h','i','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y']
|
| 32 |
out = ''
|
| 33 |
|