sheikhDeep commited on
Commit
ba0a099
·
1 Parent(s): 548f916

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def result(path):
28
 
29
  return f'{arr[0]}:\t{vals[0]}\n{arr[1]}:\t{vals[1]}\n{arr[2]}:\t{vals[2]}\n'
30
 
31
- path = 'test-images'
32
 
33
  image_path = []
34
 
 
28
 
29
  return f'{arr[0]}:\t{vals[0]}\n{arr[1]}:\t{vals[1]}\n{arr[2]}:\t{vals[2]}\n'
30
 
31
+ path = 'test-images/'
32
 
33
  image_path = []
34