Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def texttoSign(text):
|
|
72 |
clips=[]
|
73 |
for i in range(len(listofwords)):
|
74 |
|
75 |
-
path="
|
76 |
data=cv2.VideoCapture(path)
|
77 |
framescount = data.get(cv2.CAP_PROP_FRAME_COUNT)
|
78 |
fps = data.get(cv2.CAP_PROP_FPS)
|
|
|
72 |
clips=[]
|
73 |
for i in range(len(listofwords)):
|
74 |
|
75 |
+
path="dataset/"+(listofwords[i])+".mp4"
|
76 |
data=cv2.VideoCapture(path)
|
77 |
framescount = data.get(cv2.CAP_PROP_FRAME_COUNT)
|
78 |
fps = data.get(cv2.CAP_PROP_FPS)
|