Beasto commited on
Commit
0b7857f
·
1 Parent(s): fe98af4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z','del','nothing','space']
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)