Beasto commited on
Commit
cf5cb8a
·
1 Parent(s): 6c4971c

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('HandSignClassifier (2).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']if f is not None:
12
  # Read the video file from the file-like object
13
  img = Image.open(f)
14
  img = img.resize((256,256))
 
8
  model = load_model('HandSignClassifier (2).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
  img = Image.open(f)
14
  img = img.resize((256,256))