Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ import tempfile
|
|
| 8 |
model = load_model('HandSignClassifierGUD.h5')
|
| 9 |
# Open the video file
|
| 10 |
f = st.file_uploader("Choose a Video")
|
| 11 |
-
array = ['a','b','c','d','e','f','g','h','i','
|
| 12 |
# Read the video file from the file-like object
|
| 13 |
if f is not None:
|
| 14 |
img = Image.open(f)
|
|
|
|
| 8 |
model = load_model('HandSignClassifierGUD.h5')
|
| 9 |
# Open the video file
|
| 10 |
f = st.file_uploader("Choose a Video")
|
| 11 |
+
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']
|
| 12 |
# Read the video file from the file-like object
|
| 13 |
if f is not None:
|
| 14 |
img = Image.open(f)
|